Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod ugo=r note chmod a-rw chmod u+r,g+r,o-x note chmod go+r note None of these chmod ugo=r note chmod a-rw chmod u+r,g+r,o-x note chmod go+r note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 666 note chmod 333 note chmod 444 note chmod 555 note chmod 666 note chmod 333 note chmod 444 note chmod 555 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note? chmod 4=rwx, g=rw note chmod 671 note chmod 761 note chmod 167 note chmod 4=rwx, g=rw note chmod 671 note chmod 761 note chmod 167 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -x ls -l ls -F ls -a ls -x ls -l ls -F ls -a ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with rm command to make the command prompt the user with each filename and a ?, before acting on it #NAME? -r None of these -1 #NAME? -r None of these -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? kill 0 cancel 1 cancel all kill 1 None of these kill 0 cancel 1 cancel all kill 1 None of these ANSWER DOWNLOAD EXAMIANS APP