Unix - Study Mode
[#621] shutdown command is used by the administrator for shutting down the system.
Correct Answer
(A) True
[#622] Which of the following will be used to print lines containing 'manager' in emp.lst?
Correct Answer
(A) awk '/manager/ { print }' emp.lst
[#623] Which option is used with du command for finding only the summary of disk usage by a specific directory?
Correct Answer
(D) -s
[#624] zip and unzip can perform each and every function that is performed by gzip, gunzip and tar.
Correct Answer
(A) True
[#625] Which of the following is a valid option with script command?
Correct Answer
(B) -a