-
What is the name of the directory at the top of the Unix filesystem?
root
-
What symbol is used to represent the top of the Unix filesystem?
/
-
What is the parent directory?
the directory directly above your current directory
-
What is a child directory?
a directory inside your current directory
-
What would you type at the terminal to go to the top of the hierarchical file system?
cd /
-
Can you have two files with the same name in the same directory?
no
-
Can you have two files named memo.txt and Memo.txt in the same directory?
yes. the filename are different because Unix is case sensitive
-
Does Unix recognize filename extensions?
no
-
What directory are you in when you first log in to a Unix machine?
your own home directory
-
In what directory is your home directory located?
/home