Unix Which option will be used with touch command to change the access time? #NAME? pid -r option None of these #NAME? pid -r option None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out None of these cp - p cp copy cpio None of these cp - p cp copy cpio ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? kill 0 None of these kill 1 cancel all cancel 1 kill 0 None of these kill 1 cancel all cancel 1 ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: standard input file standard output file neither standard input nor standard output file both input and output file standard input file standard output file neither standard input nor standard output file both input and output file ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with -c #NAME? -r option None of these -c #NAME? -r option None of these 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? 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