Unix - Study Mode
[#606] Which option is used with unzip command to view the contents of a compressed archive?
Correct Answer
(A) -v
[#607] Which of the following are concatenation operators?
Correct Answer
(B) .
[#608] Which of the following functionalities is carried by the root user?
Correct Answer
(D) managing disk space, performing backup, changing attributes of a file
[#609] Which command is used for compressing and archiving files together?
Correct Answer
(D) zip
[#610] To select lines containing gupta and agarwal, which command will be used?
Correct Answer
(A) sed -n '/gupta/,/agarwal/p' emp.lst