Home / CSE / Learning Linux :: Discussion

Discussion :: Learning Linux

  1. What command is used to assign executable permission to all of the files named "report"?

  2. A.
    chmod ugo + x report
    B.
    chmod u + x report
    C.
    chmod ugo + rw report
    D.
    chmod ugo + r report
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment