Unix Which command will be used with vi editor to append text at end of line? I None of these i a A I None of these i a A 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 /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm find -name - mtime + 365 / - ok rm None of these grep (/usr/*) - mtime + 365 | -ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm find -name - mtime + 365 / - ok rm None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as comp ccp cmp do comp ccp cmp do ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? who | tee user.lst who >> user.lst who < user.lste None of these who > user.lst who | tee user.lst who >> user.lst who < user.lste None of these who > user.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to save file and remain in the editing mode? q! :w :q None of these :x q! :w :q None of these :x ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile >newfile wc newfile wc infile | newfile wc infile - newfile wc infile >newfile wc newfile wc infile | newfile wc infile - newfile ANSWER DOWNLOAD EXAMIANS APP