Linux - Study Mode

[#141] What would be the current working directory at the end of the following command sequence? $ pwd
/home/user1/proj
$ cd src
$ cd generic
$ cd .
$ pwd
Correct Answer

(D) /home/user1/proj/src/generic

[#142] The location for subdirectories for local programs and executables for user and administrative commands, is:
Correct Answer

(A) /usr

[#143] Which of the following is not a filter command?
Correct Answer

(D) cat

[#144] What command is used to display a file contents in octal form?
Correct Answer

(C) od

[#145] What command is used to assign executable permission to all of the files named "report"?
Correct Answer

(A) chmod ugo + x report