Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-r note chmod go+rw note chmod go+r note chmod go-x note chmod go-r note chmod go+rw note chmod go+r note chmod go-x note ANSWER DOWNLOAD EXAMIANS APP
Unix The command that can be used to restrict incoming messages to a user is sleep None of these mesg halt grep sleep None of these mesg halt grep ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? cancel 1 cancel all kill 1 None of these kill 0 cancel 1 cancel all kill 1 None of these kill 0 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ic ai ts sm ic ai ts sm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx tar programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod ugo+x note chmod g+x note chmod u+x note chmod u+w note chmod ugo+x note chmod g+x note chmod u+x note chmod u+w note ANSWER DOWNLOAD EXAMIANS APP