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

Discussion :: Unix & Linux Basics

  1. Which commands is used to assign executable permission to all of the files named "letter"?

  2. A.

     chmod ugo+r letter

    B.

     chmod ugo+rw letter

    C.

     chmod u+x letter

    D.

     chmod ugo+x letter

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Explanation Not Provided


Be The First To Comment