Unix - Study Mode

[#526] What is the correct syntax for copying multiple files with a filename starting as 'file' into another file named as 'directory_one'?
Correct Answer

(C) cp file* directory_one

[#527] -d option is used for checking if the file exists and is a directory.
Correct Answer

(A) True

[#528] To specify permissions while using find command we have to use . . . . . . . . option.
Correct Answer

(A) -perm

[#529] Which of the following is not a feature of UNIX?
Correct Answer

(D) easy to use

[#530] Which option is used with grep command for deleting lines?
Correct Answer

(A) -v