Which command modifies the file named 'letter' by removing the executable permission from the user while granting read permission to the group and others?

Choose the correct answer

Explanation

Option A correctly removes the execute permission from the user and adds read permission for the group and others on the file 'letter'. The other options do not achieve this permission change accurately.

Which command modifies the file named 'letter' by re… — Basic of linux unix | PakQuizHub