Unix Which command is used to set the three permissions for all the three categories of users of a file? chmod None of these chgrp chown chusr chmod None of these chgrp chown chusr ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd p* cd [p] cd p* cd p cd p* cd [p] cd p* cd p ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+x letter chmod u+x letter chmod ugo+r letter chmod ugo+rw letter chmod ugo+x letter chmod u+x letter chmod ugo+r letter chmod ugo+rw letter ANSWER DOWNLOAD EXAMIANS APP
Unix If a file has read and write permissions for the owner, then the octal representation of the permissions will be None of these 6 5 1 3 None of these 6 5 1 3 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 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 chmod ugo+x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? copy programs/wb misc/wb cp programs/wb misc tar programs/wb misc/wb None of these copy a:programs/wb b:misc/wb copy programs/wb misc/wb cp programs/wb misc tar programs/wb misc/wb None of these copy a:programs/wb b:misc/wb ANSWER DOWNLOAD EXAMIANS APP