Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 1 (Q.No. 42)
42.
The second set of the three permissions (r-) indicates that
group has read permission only
other has read permission only
owner has read permission only
group has write permission only
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
6 comments Page 1 of 1.

Dinesh said:   8 years ago
Here, chmod -r- represents only permission for group.

Vrushabh said:   1 decade ago
First set in the sense owner and 2nd is group and 3rd is other. So mentioned that (r-) so obviously group has only read permission.

Gurjeet kaur said:   1 decade ago
Permission pattern ugo user group owner and acc to question the second set of three permission so group has read only permission.

Thai said:   1 decade ago
The format of permission is owner, group, and then other. Third set of permissions (r-) indicates that OTHERS will have read only permission.

Raunak said:   1 decade ago
what if the ques is :
The third set of the three permissions (r-) indicates that ???

what's the meaning of 2nd and 3rd set here ,, pls clear if anyone can ..

Mallikarjun said:   1 decade ago
The format of permission is group, owner, other ?

Post your comments here:

Your comments will be displayed after verification.