Unix Which of the following is not a filter? wc sort None of these grep wc sort None of these grep ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use tty ^c stty echoe stty intr ^c stty echo ^a tty ^c stty echoe stty intr ^c stty echo ^a 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 find -name - mtime + 365 / - ok rm grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these find -name - mtime + 365 / - ok rm grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; ANSWER DOWNLOAD EXAMIANS APP
Unix The [line number G] key allows you to move cursor left by one position None of these to move cursor down by one line to move cursor to the beginning of the line specified by the number to move cursor right by one position to move cursor left by one position None of these to move cursor down by one line to move cursor to the beginning of the line specified by the number to move cursor right by one position ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to view your file 24 lines at a time? None of these cat lp /p pg None of these cat lp /p pg ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? third second fourth first third second fourth first ANSWER DOWNLOAD EXAMIANS APP