Which command starts the at daemon on a systemd-based Linux system?

Prepare for the Red Hat Certified Systems Admin Exam EX200. Enhance your skills with interactive quizzes, flashcards, and detailed explanations. Ace your certification exam today!

Multiple Choice

Which command starts the at daemon on a systemd-based Linux system?

Explanation:
Systemd manages services with systemctl, and the at daemon is exposed as a service named atd. To start it on a systemd-based system, use systemctl start atd. This explicitly tells systemd to initialize and run the daemon. The other forms are older SysV-style commands or Restart instead of Start, which isn’t the standard way on modern systemd systems. If you ever need the daemon to start automatically at boot, you’d use systemctl enable atd.

Systemd manages services with systemctl, and the at daemon is exposed as a service named atd. To start it on a systemd-based system, use systemctl start atd. This explicitly tells systemd to initialize and run the daemon.

The other forms are older SysV-style commands or Restart instead of Start, which isn’t the standard way on modern systemd systems. If you ever need the daemon to start automatically at boot, you’d use systemctl enable atd.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy