Unix Which command will be used with vi editor to replace text from cursor to right? r c R C r c R C ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* All of these .ch patch catch All of these .ch patch catch 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? grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find -mtime +365 | rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find -mtime +365 | rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? cancel 1 kill 0 None of these cancel all kill 1 cancel 1 kill 0 None of these cancel all kill 1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? more grep cat head more grep cat head ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to insert text to left of cursor? i a S s i a S s ANSWER DOWNLOAD EXAMIANS APP