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

Discussion :: Unix & Linux Basics

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

  2. A.

     chmod go+r note

    B.

     chmod a-rw

    C.

     chmod ugo=r note

    D.

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

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Explanation Not Provided


Be The First To Comment