nerdexam
LPI

117-102 · Question #247

Your senior system administrator asked you to edit the /etc/inetd.conf file in order to disable the time service. After doing so, what would be the next thing to do?

The correct answer is D. Find the PID of inetd and send it a SIGHUP. See the full explanation below for the reasoning.

Question

Your senior system administrator asked you to edit the /etc/inetd.conf file in order to disable the time service. After doing so, what would be the next thing to do?

Options

  • AReboot the machine
  • BRestart the inetd
  • CFind the PID of inetd and kill it with kill -15
  • DFind the PID of inetd and send it a SIGHUP

How the community answered

(59 responses)
  • A
    15% (9)
  • B
    3% (2)
  • C
    8% (5)
  • D
    73% (43)

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice