Linux - Study Mode

[#461] Which command can be executed by a user who is already logged into the system, in order to change to the root user? (type the command without any parameters)
Correct Answer

(A) su

[#462] A user can change the default log-in shell using
Correct Answer

(B) chsh

[#463] What is /proc/self ?
Correct Answer

(D) all of the mentioned

[#464] Which one of the following statement is not true?
Correct Answer

(B) vi editor commands are not case sensitive
(G) extra arguments to built-in function causes syntax error

[#465] In awk program, the statement "print" with no items
Correct Answer

(C) is equivalent to "print $0" & prints the entire current record