Unix - Study Mode
[#406] Which command is used for removing file named -file.txt?
Correct Answer
(C) rm — -file.txt
[#407] Which of the following commands will move the cursor to the end of line number 30 if the current position of the cursor is line number 01?
Correct Answer
(A) 30$
[#408] Every process has a parent process.
Correct Answer
(A) True
[#409] Which one of the following commands is incorrect?
Correct Answer
(D) $ tail -c foo
(H) cat -a file01
[#410] Which command is used in bash and Korn shells to display the previously used commands?
Correct Answer
(B) history