Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 1 (Q.No. 10)
10.
Which command is used to remove the read permission of the file 'note' from both the group and others?
chmod go+r note
chmod go+rw note
chmod go-x note
chmod go-r note
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
7 comments Page 1 of 1.

Preethi said:   8 years ago
Thanks @Preni.

Preni said:   9 years ago
"go" represents Group and others. The command -r means do not allow the read permission. +r command, it means having permission to read.

Nagarjuna said:   10 years ago
Please explain me anyone.

Birpal said:   1 decade ago
Please. Explain. I think answer is wrong.

Ganesh said:   1 decade ago
If we write [chmod go -r note] .

Shweta said:   1 decade ago
Please explain!

Chandrakala said:   1 decade ago
How its answer is D? Can any body explain please.

Post your comments here:

Your comments will be displayed after verification.