Unix - Study Mode
[#176] What is the exit status of cmp command if both the files are identical?
Correct Answer
(A) 0
[#177] To quit vi editor without saving the buffer we can use
Correct Answer
(D) :q!
[#178] Which one of the following command will be used for quitting after selecting 3 lines from file emp.lst?
Correct Answer
(C) sed '3q' emp.lst
[#179] For navigation purposes, the mode should be . . . . . . . . mode.
Correct Answer
(A) command
[#180] -a option is used with touch command to alter the time of last access.
Correct Answer
(A) True