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?
Achmod go + x, u – x letter
Bchmod u – x, go + r letter
Cchmod g – x, uo + r letter
Dchmod go + r, u + x letter
Correct answer
B. chmod u – x, go + r letter
Explanation
The correct answer is chmod u – x, go + r letter.