nerdexam
IBM

S2000-025 · Question #139

Certain critical programs, such as crontab, have elevated privileges like SUID and SGID. For example, /usr/bin/crontab is set with permissions -r-sr-sr-x to ensure effective management of scheduled…

The correct answer is B. chmod 6555. See the full explanation below for the reasoning.

AIX 7.3 System Management

Question

Certain critical programs, such as crontab, have elevated privileges like SUID and SGID. For example, /usr/bin/crontab is set with permissions -r-sr-sr-x to ensure effective management of scheduled tasks on the system. What chmod command grants /usr/local/bin/my_program the same permissions as crontab?

Options

  • Achmod 2775
  • Bchmod 6555
  • Cchmod g+s 665
  • Dchmod g+s 555

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    75% (15)
  • C
    15% (3)
  • D
    5% (1)

Topics

#SUID#SGID#chmod#file permissions

Community Discussion

No community discussion yet for this question.

Full S2000-025 Practice