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

Discussion :: Unix & Linux Basics

  1. Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3?

  2. A.

     chmod u+x emp[1-3]

    B.

     chmod 777 emp*

    C.

     chmod u+r ??? emp

    D.

     chmod 222 emp?

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment