Unix Which of the following commands is used to update access and modification times of a file? wc cat grep touch wc cat grep touch 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? None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm find -name - mtime + 365 / - ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm find -name - mtime + 365 / - ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to insert text to left of cursor? i s a S i s a S ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? ls -x ls None of these lc ls -1 ls -x ls None of these lc ls -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with disk free command to include the total amount of disk space in the file system? #NAME? -4 #NAME? #NAME? None of these #NAME? -4 #NAME? #NAME? None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? grep wc sort None of these grep wc sort None of these ANSWER DOWNLOAD EXAMIANS APP