A student, Alice, is logged into a Linux system using her id alice. At a command terminal while in her home directory, Alice creates a subdirectory named code to store two files named: plugin.c and plugvar.h.
a) What is the absolute pathname to the file plugvar.h?
b) Alice types in the sequence of commands listed below
$ cd
$ touch filetoo
$ cd code
What is the relative pathname to the file filetoo?