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

Discussion :: Unix & Linux Basics

  1. The command chmod 761 letter is equivalent to

  2. A.

     chmod 4=7, g = 6, o = 1 letter

    B.

     chmod a = 761 letter

    C.

     chmod u = rwx, g = rw, o = x letter

    D.

     chmod 167 letter

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Explanation Not Provided


Be The First To Comment