Comments on: How to List All Running Services Under Systemd in Linux https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 17 Nov 2023 21:18:51 +0000 hourly 1 By: John Brackin Spence https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/comment-page-1/#comment-2103678 Fri, 17 Nov 2023 21:18:51 +0000 https://www.tecmint.com/?p=33876#comment-2103678 Instead of adding the alias to the .bashrc file put it in .bash_aliases. I have quite a few aliases that I use frequently and it keeps them very neat.

This is an excerpt from the .bashrc file:

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.”

Other than that one little thing you have a pretty great article.

Thanks,
john

]]>
By: clément https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/comment-page-1/#comment-1469206 Sun, 04 Apr 2021 09:22:16 +0000 https://www.tecmint.com/?p=33876#comment-1469206 sudo service --status-all – works fine for me on Mint.

]]>
By: Aaron Kili https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/comment-page-1/#comment-1321682 Mon, 16 Mar 2020 19:30:58 +0000 https://www.tecmint.com/?p=33876#comment-1321682 In reply to Anthony Rutledge.

@Anthony

True, but you can always refer to the systemd documentation or manual page for more detail. Thanks for the feedback and for sharing information about your project. We will check it out.

]]>
By: Anthony Rutledge https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/comment-page-1/#comment-1321025 Thu, 12 Mar 2020 08:49:16 +0000 https://www.tecmint.com/?p=33876#comment-1321025 Hi Arron,

The only thing that could have made your article better would have been defining the difference between LOAD, ACTIVE, and SUB.

What does it mean to be loaded?
What does it mean to be active?

Running seems self-explanatory, but the idea of “active” can be a bit ambiguous.

Thank you for your article. Great job.

Oh, by the way, my interest in your article comes from a Service library that I am creating.

Git hub.

https://github.com/delturge/Bash-Library/blob/master/Entities/Service.sh

LinkedIn

Anthony

]]>