Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod go+x, u-x note chmod g-x, uo+r note chmod u-x, go+r note None of these chmod go+r, u+x note chmod go+x, u-x note chmod g-x, uo+r note chmod u-x, go+r note None of these chmod go+r, u+x 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 > user.lst None of these who < user.lste who >> user.lst who | tee user.lst who > user.lst None of these who < user.lste who >> user.lst who | tee user.lst 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 symbol will be used with grep command to match the pattern pat at the end of a line? pat^ None of these ^pat pat$ $pat pat^ None of these ^pat pat$ $pat ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 333 note chmod 666 note chmod 555 note chmod 444 note chmod 333 note chmod 666 note chmod 555 note chmod 444 note ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | wc ls -l | wc -l ls | wc -w ls | ws -c ls | wc ls -l | wc -l ls | wc -w ls | ws -c ANSWER DOWNLOAD EXAMIANS APP