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

Discussion :: Unix & Linux Basics

  1. Which command is used to remove the read permission of the file 'note' from both the group and others?

  2. A.

     chmod go+r note

    B.

     chmod go+rw note

    C.

     chmod go-x note

    D.

     chmod go-r note

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Explanation Not Provided


Be The First To Comment