IT 244: Introduction to Linux/Unix
Class 8 Ungraded Quiz
-
What do you call a text file containing Unix commands that are run just before the shell gives you a prompt?
-
Where are the files mentioned above located?
-
If you entered the following at the command line, where would you be?
cd ~
-
If you entered the following at the command line, where would you be?
cd ~ghoffman
-
What does the . (dot) in your current directory mean?
-
What does the .. (dot dot) in your current directory mean?
-
What do you call the list of directories you must go through to get from one directory to another?
-
What directory is the starting point for EVERY absolute path?
-
What directory is the starting point for a relative path?
-
What character is used to separate directory and filenames in a path?