Home / CSE MCQs / Linux MCQs :: Discussion

Discussion :: Linux MCQs

  1. Which command is used to assign read-write permission to the owner?
  2. A.
    chmod a+r file
    B.
    chmod o+r file
    C.
    chmod u=rw file
    D.
    chmod og-r file

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    chmod u=rw file


Be The First To Comment