Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod a-rw chmod ugo=r note chmod go+r note chmod u+r,g+r,o-x note None of these chmod a-rw chmod ugo=r note chmod go+r note chmod u+r,g+r,o-x note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to insert text to left of cursor? i a s S i a s S ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? mv rm del remove mv rm del remove ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with touch command to change the access time? -r option #NAME? pid None of these -r option #NAME? pid None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | wc ls | ws -c ls -l | wc -l ls | wc -w ls | wc ls | ws -c ls -l | wc -l ls | wc -w ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out copy cp cpio None of these cp - p copy cp cpio None of these cp - p ANSWER DOWNLOAD EXAMIANS APP