392Software EngineeringMediumWhich command is used to remove the read permission of the file ‘note’ from both the group and others?Achmod go+r noteBchmod go-x noteCchmod go+rw note Correct answerA. chmod go+r note ExplanationThe correct answer is chmod go+r note.