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 /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find -mtime +365 | rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /dev /etc /tmp /usr /dev /etc /tmp /usr ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-r note chmod go-x note chmod go+rw note chmod go+r note chmod go-r note chmod go-x note chmod go+rw note chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out None of these cpio cp - p cp copy None of these cpio cp - p cp copy ANSWER DOWNLOAD EXAMIANS APP
Unix The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has None of these both read and write permissions write and executable permissions both read and executable permissions. executable permission only None of these both read and write permissions write and executable permissions both read and executable permissions. executable permission only ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? rm mv del remove rm mv del remove ANSWER DOWNLOAD EXAMIANS APP