Question: The UNIX command ls can be used to view the ownerships and permissions of a file. What will be the output of the command ls
The UNIX command ls can be used to view the ownerships and permissions of a file. What will be the output of the command ls –l myStore | cut –d' '–f1 if myStore is a file with protection mode 644(octal)? What command(s) will be used to give write permission to the users of the same group and to remove all permissions from others? What will be the output in this case?
Step by Step Solution
3.48 Rating (161 Votes )
There are 3 Steps involved in it
The output of the command ls l myStore cut d f 1 will be rwrr here the ls l myStore is used to print ... View full answer
Get step-by-step solutions from verified subject matter experts
