Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -l ls -l -d ls -x ls -F ls -l ls -l -d ls -x ls -F ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to print a file? pg lp print prn pg lp print prn ANSWER DOWNLOAD EXAMIANS APP
Unix Which is the earliest and most widely used shell that came with the UNIX system? None of these C shell Korn shell Bourne shell Smith shell None of these C shell Korn shell Bourne shell Smith shell 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 {} ; 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 grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find -mtime +365 | rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? shutdown haltsys kill cancel shutdown haltsys kill cancel ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order st sort -r sort sh st sort -r sort sh ANSWER DOWNLOAD EXAMIANS APP