07 Control Services and Daemons
07 Control Services and Daemons
Daemons
Managing services and daemons
Services and daemons run in the background and are managed by the init system
with systemd
Services
● OS components that manage daemons, allowing control over their current
state (start, stop, or restart)
Daemons
● Background processes that start automatically at boot and run
continuously until stopped or the system shuts down
Init system
systemd
● Most common init system in modern Linux distributions, designed to
manage services and daemons more efficiently
● Parent process of most of the daemons
To verify systemd is installed in system
● Command: systemctl --version