© Philip Kirkbride 2020
P. KirkbrideBasic Linux Terminal Tips and Trickshttps://doi.org/10.1007/978-1-4842-6035-7_11

11. systemd

Philip Kirkbride1 
(1)
Montreal, QC, Canada
 

We’ve explored looking at processes directly using tools like ps; another way to look at the processes running on a system is from the daemon perspective. A daemon is a long-running process which operates in the background of a system; often they’re automatically started on system start by an init program like systemd. The “d” in systemd comes from the concept of daemon, as it acts as a controller for all daemons running on the system.

systemd is a scheduling system which has become widely used across Linux distributions. It is often the subject of both praise and criticism. Its ...

Get Basic Linux Terminal Tips and Tricks: Learn to Work Quickly on the Command Line now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.