Unix Which command is used to save the standard output in a file, as well as display it on the terminal? cat more tee None of these grep cat more tee None of these grep ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap?? /progs/* cp chap[12] /progs/*.* cp chap?? progs cp chap* progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap?? progs cp chap* progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which operator will be used with chmod command to assign absolute permission? + - None of these % = + - None of these % = ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? None of these -R #NAME? -1 None of these -R #NAME? -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Major expressions used with find command to select file is it has been accessed in more than 375 days, is #NAME? #NAME? #NAME? #NAME? None of these #NAME? #NAME? #NAME? #NAME? None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? None of these chmod u-x, go+r note chmod g-x, uo+r note chmod go+x, u-x note chmod go+r, u+x note None of these chmod u-x, go+r note chmod g-x, uo+r note chmod go+x, u-x note chmod go+r, u+x note ANSWER DOWNLOAD EXAMIANS APP