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

Discussion :: Unix & Linux Basics

  1. What command is used with file named 'letter' to remove the executable permission from the user and assign read permission to the group and others?

  2. A.

     chmod go + x, u - x letter

    B.

     chmod g - x, uo + r letter

    C.

     chmod go + r, u + x letter

    D.

     chmod u - x, go + r letter

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Explanation Not Provided


Be The First To Comment