Linux Unhatched Assignments Assessment Exam Answers
What does CLI stand for? Core Line Interface Core Learning Interface Command Learning Interface Command Line Interface Commands are case-sensitive. True or False? True False When entering a command, do arguments or options typically come first? Options Arguments Which of the following is NOT a correct way to combine options? -rl -r l -lr -l -r Which command will print your current location in the filesystem? pcl cd pd pwd Which command will allow you to change your current directory? chdir cd ls ch Which of the following is NOT an example of an absolute path? Documents / /home/sysadmin Which of the following is NOT an example of a relative path? /home home/sysadmin/Documents/School/Art Documents/Work Documents The ~ (tilde) character is used to represent: The current directory Nothing, it doesn’t have a special meaning A user’s home directory The directory above the current directory The .. (double period) characters are used to rep...