Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ic ai sm ts ic ai sm ts ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? -4 -1 -2 #NAME? -4 -1 -2 #NAME? 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 -mtime +365 | rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm find -name - mtime + 365 / - ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? None of these grep wc sort None of these grep wc sort ANSWER DOWNLOAD EXAMIANS APP
Unix The agency that sits between the user and the UNIX system is called the profile logic erxc shell profile logic erxc shell ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? fch rch ech tch None of these fch rch ech tch None of these ANSWER DOWNLOAD EXAMIANS APP