IT 244: Introduction to Linux/Unix
Class 4 Ungraded Quiz

  1. Name the three whitespace characters.


  2. If you wanted to use one of the characters that have special meaning to Unix in a filename, what TWO things could you do?


  3. What would you type on the command line if you wanted to go to the directory /courses?


  4. What would you type at the command line to see what directory you are currently in?


  5. What would you type at the command line to see ALL the files in the directory named /home/ghoffman?


  6. What would you type at the command line to print to the screen the contents of the file named memo.txt?


  7. What would you type at the command line to delete the file named memo.txt?


  8. What would you type at the command line to create a directory named work?


  9. What would you type at the command line to copy the file named memo.txt to memo.bak?


  10. What would you type at the command line to move the file named memo.txt into the directory named work?