169. What command is used to assign only read permission to all three categories of the file’letter’ ? September 13, 2025 by Admin A. chmod u + r, g + r, o – x letter B. chmod ugo = r letter C. chmod a – rw letter D. chmod go + r letter ✅ The correct answer is option B.