Unix The command that can be used to restrict incoming messages to a user is mesg halt None of these sleep grep mesg halt None of these sleep grep ANSWER DOWNLOAD EXAMIANS APP
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? 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 chmod go+x, u-x note chmod g-x, uo+r note chmod u-x, go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls lst* ls -l *.lst ls *.* ls *[lst] ls lst* ls -l *.lst ls *.* ls *[lst] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * /bin/* mv * ../bin *.* mv *.* /bin/ None of these mv * ../bin mv * /bin/* mv * ../bin *.* mv *.* /bin/ None of these mv * ../bin ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to link the files? cp ln lk None of these tar cp ln lk None of these tar ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with -c None of these #NAME? -r option -c None of these #NAME? -r option ANSWER DOWNLOAD EXAMIANS APP