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

Discussion :: Unix & Linux Basics

  1. Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note?

  2. A.

     chmod 761 note

    B.

     chmod 671 note

    C.

     chmod 167 note

    D.

     chmod 4=rwx, g=rw note

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment