Unix Which command is used to save the standard output in a file, as well as display it on the terminal? cat None of these tee more grep cat None of these tee more grep ANSWER DOWNLOAD EXAMIANS APP
Unix The File that contains a set of instructions which are performed when a user logs in, is .exrc None of these .autoexec autoexec.bat .profile .exrc None of these .autoexec autoexec.bat .profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to delete the character beneath the cursor? None of these x D X dd None of these x D X dd ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod go+r note chmod ugo=r note chmod u+r,g+r,o-x note None of these chmod a-rw chmod go+r note chmod ugo=r note chmod u+r,g+r,o-x note None of these chmod a-rw ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -x a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -R a+x progs chmod -x a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -R a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[a-z] cat emp[x-z] more [emp][!0-9] cat emp[!0-9] cat emp[a-z] cat emp[x-z] more [emp][!0-9] cat emp[!0-9] ANSWER DOWNLOAD EXAMIANS APP