Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echo ^a stty intr ^c stty echoe tty ^c stty echo ^a stty intr ^c stty echoe tty ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sort -r sort st sh sort -r sort st sh 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 grep (/usr/*) - mtime + 365 | -ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with rm command to make the command prompt the user with each filename and a ?, before acting on it #NAME? None of these -1 -r #NAME? None of these -1 -r ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? remove rm del mv remove rm del mv ANSWER DOWNLOAD EXAMIANS APP
Unix The seventh field of /etc/password is shell home None of these password login shell home None of these password login ANSWER DOWNLOAD EXAMIANS APP