Unix - Study Mode

[#361] To display the last five used commands, which one of the following commands is used (in bash shell)?
Correct Answer

(A) history 5

[#362] Environment variable names can be defined only in uppercase.
Correct Answer

(B) False

[#363] Which command is used for reporting free space on the disk?
Correct Answer

(B) df

[#364] Which one of the following command is used for searching for a pattern in one or more file(s)?
Correct Answer

(D) grep

[#365] The superuser can set the sticky bit.
Correct Answer

(A) True