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 > user.lst who >> user.lst None of these who < user.lste who | tee user.lst who > user.lst who >> user.lst None of these who < user.lste who | tee user.lst ANSWER DOWNLOAD EXAMIANS APP
Unix While working with mail command, which command is used to save mail in a separate file? r d w s r d w s ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? None of these mv * ../bin mv * ../bin *.* mv *.* /bin/ mv * /bin/* None of these mv * ../bin mv * ../bin *.* mv *.* /bin/ mv * /bin/* 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 grep (/usr/*) - mtime + 365 | -ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm find -name - mtime + 365 / - ok rm grep (/usr/*) - mtime + 365 | -ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* catch patch All of these .ch catch patch All of these .ch ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod 4=7, g=6,0 =1 note chmod 167 note chmod u=rwx, g=rw, o=x note None of these chmo a =761 note chmod 4=7, g=6,0 =1 note chmod 167 note chmod u=rwx, g=rw, o=x note None of these chmo a =761 note ANSWER DOWNLOAD EXAMIANS APP