Control Services and Daemons Flashcards
What is systemd?
A utility that provides a method for activating system resources, server daemons, and other processes, both at boot time and on a running system.
What is systemctl?
A utility to start, stop, reload, enable, and disable services.
What is the systemd utility used for?
To manage service units, socket units, and path units.
What is the systemctl status command used for?
to determine the status of system daemons and network services that the systemd utility started.
What is the systemctl list-dependencies?
A command lists all service units that a specific unit depends on.
What is systemd utility used for?
Can mask a service unit so that it does not run, even to satisfy dependencies.