IT 244: Introduction to Linux/Unix
Class 4 Ungraded Quiz
-
Name the three whitespace characters.
-
If you wanted to use one of the characters that have special meaning to Unix in a filename,
what TWO things could you do?
-
What would you type on the command line if you wanted to go to the directory /courses?
-
What would you type at the command line to see what directory you are currently in?
-
What would you type at the command line to see ALL the files in the directory
named /home/ghoffman?
-
What would you type at the command line to print to the screen the contents of the file
named memo.txt?
-
What would you type at the command line to delete the file
named memo.txt?
-
What would you type at the command line to create a directory named work?
-
What would you type at the command line to copy the file
named memo.txt to memo.bak?
-
What would you type at the command line to move the file
named memo.txt
into the directory named work?