Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 3 (Q.No. 42)
42.
Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others?
chmod u-x, go+r note
chmod go+r, u+x note
chmod g-x, uo+r note
chmod go+x, u-x note
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Shashi Narayan said:   9 years ago
Which command is used to Print last 5 lines? Please tell me.

Post your comments here:

Your comments will be displayed after verification.