IT 244: Introduction to Linux/Unix
Answers to Class 7 Ungraded Quiz

  1. What is the name of the directory at the top of the Unix filesystem?
    root
  2. What symbol is used to represent the top of the Unix filesystem?
    /
  3. What do you call the directory directly above your current directory?
    the parent directory
  4. What do you call a directory inside your current directory?
    a child directory 
  5. What would you type at the terminal to go to the top of the hierarchical file system?
    cd  /
  6. Can you have two files with the same name in the same directory?
    no
  7. 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
  8. Does Unix recognize filename extensions?
    no
  9. What directory are you in when you first log in to a Unix machine?
    your own home directory
  10. In what directory is YOUR home directory located?
    /home