Unix Which of the following is invalid filename? None of these trial my .file TRY None of these trial my .file TRY ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the >> symbols < symbols None of these > symbols >> symbols < symbols None of these > symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field? +(m+l).n #NAME? None of these kill +(m+l).n #NAME? None of these kill ANSWER DOWNLOAD EXAMIANS APP
Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is tr sort tee grep tr sort tee grep ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to obtain a list of all files by modification time? ls -1 ls -R ls -i ls -t ls -1 ls -R ls -i ls -t 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 -mtime +365 | rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm grep (/usr/*) - mtime + 365 | -ok rm ANSWER DOWNLOAD EXAMIANS APP