Unix The command used to remove the directory is; rd rdir None of these rmdir remove rd rdir None of these rmdir remove ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol is used to separate more than one command in the same command line? $ # ; : $ # ; : ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to obtain a list of all files by modification time? ls -i ls -R ls -1 ls -t ls -i ls -R ls -1 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? None of these grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? password All the these Shadow profile password All the these Shadow profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to print a file? prn print pg lp prn print pg lp ANSWER DOWNLOAD EXAMIANS APP