Q. Which command is used to remove the read permission of the file 'note' from both the group and others? (Solved)
1. chmod go+r note
2. chmod go+rw note
3. chmod go-x note
4. chmod go-r, 4-x note
- d. chmod go-r, 4-x note
1. chmod go+r note
2. chmod go+rw note
3. chmod go-x note
4. chmod go-r, 4-x note