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 grep (/usr/*) - mtime + 365 | -ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the device name of the terminal you are using? None of these tty stty who ls None of these tty stty who ls ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? C r c R C r c R 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 None of these #NAME? #NAME? #NAME? #NAME? None of these #NAME? #NAME? #NAME? #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix The UNIX file system stores a date in physical blocks of None of these 1024 bytes 2048 bytes 256 bytes 512 bytes None of these 1024 bytes 2048 bytes 256 bytes 512 bytes ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -r wc -w None of these wc -c wc -l wc -r wc -w None of these wc -c wc -l ANSWER DOWNLOAD EXAMIANS APP