Unix Which command is used to print a file? pg lp prn print pg lp prn print ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? #NAME? -1 None of these -R #NAME? -1 None of these -R ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? None of these find /-name profile -print ls profile cd /.profile l -u .profile None of these find /-name profile -print ls profile cd /.profile l -u .profile ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echoe stty echo ^a tty ^c stty intr ^c stty echoe stty echo ^a tty ^c stty intr ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to set the three permissions for all the three categories of users of a file? chmod chown None of these chusr chgrp chmod chown None of these chusr chgrp ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to remove files with confirmation prompt from the user file system which have neither been accessed nor modified i the last one year? find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm ANSWER DOWNLOAD EXAMIANS APP