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 {} ; find -name - mtime + 365 / - ok rm find -mtime +365 | rm None of these grep (/usr/*) - mtime + 365 | -ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm find -mtime +365 | rm None of these grep (/usr/*) - mtime + 365 | -ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is invalid filename? TRY my .file trial None of these TRY my .file trial None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? cancel kill shutdown haltsys cancel kill shutdown haltsys ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move the cursor to the left? h j None of these k i h j None of these k i ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to summarize the disk usage? None of these fdisk disk chkdsk du None of these fdisk disk chkdsk du ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? All the these password profile Shadow All the these password profile Shadow ANSWER DOWNLOAD EXAMIANS APP