Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ts sm ic ai ts sm ic ai ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to set the three permissions for all the three categories of users of a file? chown chmod None of these chusr chgrp chown chmod None of these chusr chgrp ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? second first fourth third second first fourth third ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? grep cat more head grep cat more head ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to save the standard output in a file, as well as display it on the terminal? grep cat None of these more tee grep cat None of these more tee 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 -name - mtime + 365 / - ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm ANSWER DOWNLOAD EXAMIANS APP