Q. Which command is used to assign only read permission to all three categories of the file 'note'? (Solved)
1. chmod go+r note
2. chmod a-rw
3. chmod ugo=r note
4. chmod u+r,g+r,o x note
- c. chmod ugo=r note
1. chmod go+r note
2. chmod a-rw
3. chmod ugo=r note
4. chmod u+r,g+r,o x note