Unix - Study Mode

[#161] Which command is used to set the three permissions for all the three categories of users of a file?
Correct Answer

(C) chmod

[#162] Which of the following commands can be used to get information about yourself?
Correct Answer

(A) who am i

[#163] Which of the following commands can be used to get information about all users who are currently logged into the system?
Correct Answer

(B) who

[#164] Which of the following keys is used to overstrike a whole line?
Correct Answer

(A) R

[#165] Which command is used to locate all the .profile files in the system?
Correct Answer

(B) find /-name profile -print