Unix Which command is used to save the standard output in a file, as well as display it on the terminal? None of these tee cat more grep None of these tee cat more grep ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note? chmod 761 note chmod 4=rwx, g=rw note chmod 671 note chmod 167 note chmod 761 note chmod 4=rwx, g=rw note chmod 671 note chmod 167 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod a-rw chmod ugo=r note chmod u+r,g+r,o-x note None of these chmod go+r note chmod a-rw chmod ugo=r note chmod u+r,g+r,o-x note None of these chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? cat paste grep cut cat paste grep cut ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 666 note chmod 333 note chmod 555 note chmod 444 note chmod 666 note chmod 333 note chmod 555 note chmod 444 note 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 None of these who >> user.lst who < user.lste who | tee user.lst who > user.lst None of these who >> user.lst who < user.lste ANSWER DOWNLOAD EXAMIANS APP