Home / CSE MCQs / Linux MCQs :: Discussion

Discussion :: Linux MCQs

  1. If user tries to remove (rm) a readonly file (444 permission), what will happen?
  2. A.
    The file is removed successfully (and silently)
    B.
    The rm command prompts for a confirmation, the command is successful upon confirmation
    C.
    The rm command prompts for a confirmation, however the operation fails because of insufficient permissions
    D.
    The rm command fails because of insufficient permissions

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The rm command prompts for a confirmation, the command is successful upon confirmation


Be The First To Comment