Unix Which command is used to save the standard output in a file, as well as display it on the terminal? tee cat grep more None of these tee cat grep more None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* patch catch .ch All of these patch catch .ch All of these 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 -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 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /tmp /dev /etc /usr /tmp /dev /etc /usr ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? of oct cd od of oct cd od ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod u+w note chmod u+x note chmod ugo+x note chmod g+x note chmod u+w note chmod u+x note chmod ugo+x note chmod g+x note ANSWER DOWNLOAD EXAMIANS APP