Unix - Study Mode
[#561] What is the default mode of vi editor?
Correct Answer
(A) Command mode
[#562] To run the script, we should make it executable first by using . . . . . . . .
Correct Answer
(A) chmod +x
[#563] Which stream is connected to the display?
Correct Answer
(B) standard output
[#564] What is the function of cp command in UNIX?
Correct Answer
(C) cp is a command used for copying files and directories
[#565] To append text after the current cursor location, we can use . . . . . . . . command
Correct Answer
(B) a