Home / CSE MCQs / Linux MCQs :: Discussion

Discussion :: Linux MCQs

  1. If you are a root user, how can you grand execute permission only for the owner of the file project1?
  2. A.
    chmod +x project1
    B.
    chmod u+x project1
    C.
    chmod a+x project1
    D.
    chmod U+X project1

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    chmod u+x project1


Be The First To Comment