February 2020
Intermediate to advanced
666 pages
15h 45m
English
On Linux systems that come with systemd, the systemctl command is pretty much a universal command that does many things for you. In addition to controlling your system's services, it can also show you the status of those services, like so:
donnie@linux-0ro8:~> sudo systemctl -t service --state=active
Here's the breakdown of the preceding command:
A partial output of this command looks something like this:
UNIT LOAD ACTIVE SUB DESCRIPTIONaccounts-daemon.service loaded ...