Linux Course Quiz #2 (20pts) NAME: ________________________ 1.) list the five essential commands: (5pts) 1 - 2 - 3 - 4 - 5 - 2.) List the four types of Linux files: (4pts) 1 - 2 - 3 - 4 - 3.) What does "man" do? a) displays the contents of a directory b) displays the current working directory c) displays the contents of a file d) moves the present working directory to the user's home directory e) moves the present working directory up one directory f) displays help and usage information on a command 4.) What does "ls" do? a) displays the contents of a directory b) displays the current working directory c) displays the contents of a file d) moves the present working directory to the user's home directory e) moves the present working directory up one directory f) displays help and usage information on a command 5.) What does "cd" do? a) displays the contents of a directory b) displays the current working directory c) displays the contents of a file d) moves the present working directory to the user's home directory e) moves the present working directory up one directory f) displays help and usage information on a command 6.) What does "cd .." do? a) displays the contents of a directory b) displays the current working directory c) displays the contents of a file d) moves the present working directory to the user's home directory e) moves the present working directory up one directory f) displays help and usage information on a command 7.) What does "pwd" do? a) displays the contents of a directory b) displays the current working directory c) displays the contents of a file d) moves the present working directory to the user's home directory e) moves the present working directory up one directory f) displays help and usage information on a command 8.) What does "more" do? a) displays the contents of a directory b) displays the current working directory c) displays the contents of a file d) moves the present working directory to the user's home directory e) moves the present working directory up one directory f) displays help and usage information on a command 9.) What does "less" do? a) displays the contents of a directory b) displays the current working directory c) displays the contents of a file d) moves the present working directory to the user's home directory e) moves the present working directory up one directory f) displays help and usage information on a command g) none of the above h) I don't know, I couldn't care "less", where's my GUI? (-10 pts) ;) 10.) What does Linux or Unix consist of: a) processes and pipes b) directories and files d) commands and files d) files and processes 11.) Write the commands and symbols used to create a file containing the output of the man page for ls into a file called "ls-man.txt": (3 pts)