Home / Computer Science / Unix & Linux Basics :: Discussion

Discussion :: Unix & Linux Basics

  1. What command is used to assign only read permission to all three categories of the file'letter'?

  2. A.

     chmod u + r, g + r, o - x letter

    B.

     chmod ugo = r letter

    C.

     chmod a - rw letter

    D.

     chmod go + r letter

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Explanation Not Provided


Be The First To Comment