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

Discussion :: Unix & Linux Basics

  1. Which of the following commands is used to assign executable permission to the owner of the file named "note"?

  2. A.

     chmod g+x note

    B.

     chmod u+w note

    C.

     chmod u+x note

    D.

     chmod ugo+x note

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Explanation Not Provided


Be The First To Comment