Unix Which command is used to link the files? None of these tar ln lk cp None of these tar ln lk cp 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 -R 222 progs chmod -R a+x progs chmod -1 a+x progs chmod -x a+x progs chmod -R 222 progs chmod -R a+x progs chmod -1 a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to set the three permissions for all the three categories of users of a file? chusr chmod None of these chown chgrp chusr chmod None of these chown chgrp ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells All of these how large the file is and when the file was last modified. the name of the group owner of the file None of these who the owner of the file is All of these how large the file is and when the file was last modified. the name of the group owner of the file None of these who the owner of the file is 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 u+x note chmod u+w note chmod g+x note chmod ugo+x note chmod u+x note chmod u+w note chmod g+x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? od cd of oct od cd of oct ANSWER DOWNLOAD EXAMIANS APP