nerdexam
SUN

310-200 · Question #236

The do_stuff file has been created so that when users execute it, the GID of the process that is created is the same as the group owner of the file, but the owner of the process is the user that start

The correct answer is C. chmod 2555 do_stuff. See the full explanation below for the reasoning.

Question

The do_stuff file has been created so that when users execute it, the GID of the process that is created is the same as the group owner of the file, but the owner of the process is the user that started it. Which command sets the group ID on this file?

Options

  • Achmod 6555 do_stuff
  • Bchmod 2544 do_stuff
  • Cchmod 2555 do_stuff
  • Dchmod 2444 do_stuff

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    10% (2)
  • C
    86% (18)

Community Discussion

No community discussion yet for this question.

Full 310-200 Practice