Unix - Study Mode
[#1091] Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory?
Correct Answer
(B) cp wb collect mon ../misc
[#1092] The command chmod 761 note is equivalent to
Correct Answer
(B) chmod u=rwx, g=rw, o=x note
[#1093] The commonly used UNIX commands like date, ls, cat, etc. are stored in
Correct Answer
(B) /bin and /usr/bin directories
[#1094] Which command is used to link a file with multiple filenames?
Correct Answer
(A) ln
[#1095] The output of the following command will be: $ uniq foo1 foo2
Correct Answer
(D) process foo1 and output is stored in foo2