Unix Which command is used to count just the number of characters in a file? wc - 1 wc -r wc -w wc -c wc - 1 wc -r wc -w wc -c ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? copy cp cpio tar None of these copy cp cpio tar None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sh st sort -r sort sh st sort -r sort ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? None of these -1 #NAME? -R None of these -1 #NAME? -R 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? 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 find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. :pat All of these /pat ?pat :pat All of these /pat ?pat ANSWER DOWNLOAD EXAMIANS APP