Class 8 Quiz Flashcards
What is a startup file?
a text file containing Unix commands that are run just before the shell gives you a prompt
Where are startup files located?
in your home directory
If you entered the following at the command line, where would you be?
cd ~
your home directory
If you entered the following at the command line, where would you be?
cd ~ghoffman
in the home directory of ghoffman
What does the . (dot) in your current directory mean?
your current directory
What does the .. (dot dot) in your current directory mean?
the parent directory of your current directory
What is a path?
the list of directories you must go through to get from one directory to another
What directory is the starting point for an absolute path?
the root directory
What directory is the starting point for a relative path?
the current directory
What character is used to separate directory and filenames in a path?
/