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

Discussion :: Unix & Linux Basics

  1. What command is used to assign executable permission to the owner of the file named "letter"?

  2. A.

     chmod ugo + x letter

    B.

     chmod u + x letter

    C.

     chmod u + w letter

    D.

     chmod g + x letter

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Explanation Not Provided


Be The First To Comment