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 -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol is used to separate more than one command in the same command line? $ ; # : $ ; # : ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? kill cancel haltsys shutdown kill cancel haltsys shutdown ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? cp tar copy cpio None of these cp tar copy cpio None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? ^pat pat$ pat^ $pat ^pat pat$ pat^ $pat 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 write and executable permissions executable permission only both read and write permissions both read and executable permissions. None of these write and executable permissions executable permission only both read and write permissions both read and executable permissions. None of these ANSWER DOWNLOAD EXAMIANS APP