Which command sets read-only permission for the user, group, and others on the file named 'letter'?

Choose the correct answer

Explanation

Option B uses 'chmod ugo=r letter' to assign read permission exclusively to user, group, and others. Option A adds read permission but removes execute only for others, which is not equivalent. Option C removes read and write permissions from all, and Option D grants read permission only to group and others, leaving user permissions unchanged.

Which command sets read-only permission for the user… — Basic of linux unix | PakQuizHub