Home / CSE MCQs / Linux MCQs :: Discussion

Discussion :: Linux MCQs

  1. Which of these commands will set the permissions on file textfile to read and write for the owner, read for the group, and nothing for everyone else?
  2. A.
    chmod 046 textfile
    B.
    chmod 640 textfile
    C.
    chmod 310 textfile
    D.
    chmod rw r nil textfile

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    chmod 640 textfile


Be The First To Comment