QuestionQ22

System Management

A Linux systems administrator updates configuration files for services managed by systemd. Which command should the administrator run to apply those changes?

  • A systemctl enable
  • B systemctl start
  • C systemctl restart
  • D systemctl daemon-reload
Explanation

systemctl daemon-reload instructs systemd to reload unit files and recognize updated service configuration definitions.

Community Discussion

No comments yet. Be the first to start the discussion!