Linux - Study Mode
[#241] What command is not used to list the files chap01, chap02 and chap04?
Correct Answer
(B) ls chap[124]
[#242] What command is used with vi editor to replace text from cursor to right
Correct Answer
(C) R
[#243] What sign is used to back up over typing errors in vi?
Correct Answer
(C) #
[#244] What sign is used to erase or kill an entire line you have typed and start you are on a new line (but not display a new prompt)?
Correct Answer
(D) @
[#245] What command is used to sort the lines of data in a file in alphabetical order?
Correct Answer
(D) sort