Q. What command is used with file named 'letter' to remove the executable permission from the user and assign read permission to the group and others? (Solved)
1. chmod go + x, u - x letter
2. chmod g - x, uo + r letter
3. chmod go + r, u + x letter
4. chmod u - x, go + r letter
- d. chmod u - x, go + r letter