Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ts ai ic sm ts ai ic sm ANSWER DOWNLOAD EXAMIANS APP
Unix The seventh field of /etc/password is shell password login home None of these shell password login home None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? None of these cancel all cancel 1 kill 1 kill 0 None of these cancel all cancel 1 kill 1 kill 0 ANSWER DOWNLOAD EXAMIANS APP
Unix While working with mail command, which command is used to save mail in a separate file? r s d w r s d w 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 find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? * None of these [!ijk] [ijk] ? * None of these [!ijk] [ijk] ? ANSWER DOWNLOAD EXAMIANS APP