Unix The cp command uses: standard output file standard input file both input and output file neither standard input nor standard output file standard output file standard input file both input and output file neither standard input nor standard output file ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? None of these kill 1 cancel all kill 0 cancel 1 None of these kill 1 cancel all kill 0 cancel 1 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 -name - mtime + 365 / - ok rm None of these grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm None of these grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? #NAME? -1 -2 -4 #NAME? -1 -2 -4 ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as comp cmp ccp do comp cmp ccp do ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls *[lst] ls lst* ls -l *.lst ls *.* ls *[lst] ls lst* ls -l *.lst ls *.* ANSWER DOWNLOAD EXAMIANS APP