Unix - Study Mode

[#931] Which command is used to display the end of the file?
Correct Answer

(B) tail

[#932] Which command is used to create a directory?
Correct Answer

(C) mkdir

[#933] Which command is used to display the device name of the terminal you are using?
Correct Answer

(C) tty

[#934] Which of the following command will be used to write the 4th line to file named file002?
Correct Answer

(C) : 4w file002

[#935] We can use man command for displaying the documentation of man itself.
Correct Answer

(A) True