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

Discussion :: Unix & Linux Basics

  1. Which command is used to make all files and sub-directories in the directory (progs) executable by all users?

  2. A.

     chmod -R a+x progs

    B.

     chmod -R 222 progs

    C.

     chmod -1 a+x progs

    D.

     chmod -x a+x progs

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment