Unix Which command is used to display the end of the file? None of these tail eof bof head - r None of these tail eof bof head - r ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with rm command to make the command prompt the user with each filename and a ?, before acting on it -r None of these -1 #NAME? -r None of these -1 #NAME? 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? tee cat more None of these grep tee cat more None of these grep 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 -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm None of these find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? s a A S s a A S ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .profile .exrc .mbox None of these lastlogin .profile .exrc .mbox None of these lastlogin ANSWER DOWNLOAD EXAMIANS APP