Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod u+r,g+r,o-x note chmod go+r note chmod ugo=r note None of these chmod a-rw chmod u+r,g+r,o-x note chmod go+r note chmod ugo=r note None of these chmod a-rw ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? cr md mkdir crdir None of these cr md mkdir crdir None of these ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. ?pat All of these :pat /pat ?pat All of these :pat /pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files? -d -r None of these -b -l -d -r None of these -b -l ANSWER DOWNLOAD EXAMIANS APP
Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is tee sort tr grep tee sort tr grep 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 < user.lste who > user.lst None of these who | tee user.lst who >> user.lst who < user.lste who > user.lst None of these who | tee user.lst who >> user.lst ANSWER DOWNLOAD EXAMIANS APP