Unix - Study Mode
[#776] To save a file and return to shell prompt, which one of the following command will be used in ex-mode?
Correct Answer
(B) ':x'
[#777] What is a relative pathname?
Correct Answer
(C) pathname relative to parent and current directory
[#778] Apart from displaying file contents, cat command is also used for . . . . . . . . files.
Correct Answer
(D) creating
[#779] Which command is used to change the permissions of a file?
Correct Answer
(A) chmod
[#780] We can provide original filenames without .gz extension while checking compression ratio using gzip - l?
Correct Answer
(A) True