<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to List Running Services in Linux (systemctl Examples)	</title>
	<atom:link href="https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 02 Sep 2025 04:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: John Brackin Spence		</title>
		<link>https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/comment-page-1/#comment-2103678</link>

		<dc:creator><![CDATA[John Brackin Spence]]></dc:creator>
		<pubDate>Fri, 17 Nov 2023 21:18:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33876#comment-2103678</guid>

					<description><![CDATA[Instead of adding the alias to the &lt;code&gt;.bashrc&lt;/code&gt; file put it in &lt;code&gt;.bash_aliases&lt;/code&gt;. I have quite a few aliases that I use frequently and it keeps them very neat.  

This is an excerpt from the &lt;code&gt;.bashrc&lt;/code&gt; file:

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

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

Thanks,
john]]></description>
			<content:encoded><![CDATA[<p>Instead of adding the alias to the <code>.bashrc</code> file put it in <code>.bash_aliases</code>. I have quite a few aliases that I use frequently and it keeps them very neat.  </p>
<p>This is an excerpt from the <code>.bashrc</code> file:</p>
<p># Alias definitions.<br />
# You may want to put all your additions into a separate file like<br />
# ~/.bash_aliases, instead of adding them here directly.&#8221;  </p>
<p>Other than that one little thing you have a pretty great article.</p>
<p>Thanks,<br />
john</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: clément		</title>
		<link>https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/comment-page-1/#comment-1469206</link>

		<dc:creator><![CDATA[clément]]></dc:creator>
		<pubDate>Sun, 04 Apr 2021 09:22:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33876#comment-1469206</guid>

					<description><![CDATA[&lt;code&gt;sudo service --status-all&lt;/code&gt; - works fine for me on Mint.]]></description>
			<content:encoded><![CDATA[<p><code>sudo service --status-all</code> &#8211; works fine for me on Mint.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/comment-page-1/#comment-1321682</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 16 Mar 2020 19:30:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33876#comment-1321682</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/comment-page-1/#comment-1321025&quot;&gt;Anthony Rutledge&lt;/a&gt;.

@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.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/comment-page-1/#comment-1321025">Anthony Rutledge</a>.</p>
<p>@Anthony</p>
<p>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.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anthony Rutledge		</title>
		<link>https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/comment-page-1/#comment-1321025</link>

		<dc:creator><![CDATA[Anthony Rutledge]]></dc:creator>
		<pubDate>Thu, 12 Mar 2020 08:49:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33876#comment-1321025</guid>

					<description><![CDATA[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 &quot;active&quot; 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.

&lt;code&gt;https://github.com/delturge/Bash-Library/blob/master/Entities/Service.sh&lt;/code&gt;

LinkedIn



Anthony]]></description>
			<content:encoded><![CDATA[<p>Hi Arron,</p>
<p>The only thing that could have made your article better would have been defining the difference between LOAD, ACTIVE, and SUB.</p>
<p>What does it mean to be loaded?<br />
What does it mean to be active?</p>
<p>Running seems self-explanatory, but the idea of &#8220;active&#8221; can be a bit ambiguous.</p>
<p>Thank you for your article. Great job.</p>
<p>Oh, by the way, my interest in your article comes from a Service library that I am creating.</p>
<p>Git hub.</p>
<p><code>https://github.com/delturge/Bash-Library/blob/master/Entities/Service.sh</code></p>
<p>LinkedIn</p>
<p>Anthony</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
