Unix - Study Mode

[#1016] Which of the following operator is used as a shorthand for test?
Correct Answer

(B) [ ]

[#1017] Which command is used for changing the current directory?
Correct Answer

(A) cd

[#1018] $ cp file_01 . copies the file named file_01 in . . . . . . . . directory
Correct Answer

(A) current

[#1019] grep command can be used for searching a pattern in more than one file.
Correct Answer

(A) True

[#1020] If the destination file does not exists, then mv command creates it.
Correct Answer

(A) True