Managing Processes and Services on Linux
Managing Processes and Services on Linux
Linux runs many processes and services concurrently. This article explains how to view, stop, and manage services.
Important tools
psandtopto view processeskillto stop a processsystemctl statusto check a service
Try it yourself
Use systemctl list-units --type=service to see active services on your system.
Last updated on