Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 744 755 555 744 755 555 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 3 1 6 5 None of these 3 1 6 5 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? a A s S a A s S 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 ugo+r letter chmod u+x letter chmod ugo+rw letter chmod ugo+x letter chmod ugo+r letter chmod u+x letter chmod ugo+rw letter ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file? ls -F -x ls ~ x ls -l Ip ls -F -x ls ~ x ls -l Ip 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 -1 a+x progs chmod -R 222 progs chmod -R a+x progs chmod -x a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -R a+x progs chmod -x a+x progs ANSWER DOWNLOAD EXAMIANS APP