Unix Which command is used with vi editor to save file and remain in the editing mode? :x None of these :w :q q! :x None of these :w :q q! ANSWER DOWNLOAD EXAMIANS APP
Unix The seventh field of /etc/password is password shell None of these home login password shell None of these home login ANSWER DOWNLOAD EXAMIANS APP
Unix The [line number G] key allows you None of these to move cursor to the beginning of the line specified by the number to move cursor left by one position to move cursor down by one line to move cursor right by one position None of these to move cursor to the beginning of the line specified by the number to move cursor left by one position to move cursor down by one line to move cursor right by one position 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 /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 find -name - mtime + 365 / - ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .exrc .mbox lastlogin .profile None of these .exrc .mbox lastlogin .profile None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to insert text to left of cursor? S s a i S s a i ANSWER DOWNLOAD EXAMIANS APP