<?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 Delete User Accounts and Their Home Directories in Linux	</title>
	<atom:link href="https://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 13 Feb 2024 05:35:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Thomas		</title>
		<link>https://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/comment-page-1/#comment-2134961</link>

		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Mon, 12 Feb 2024 14:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17471#comment-2134961</guid>

					<description><![CDATA[You say that adduser and useradd is the same but the manpage for useradd says it is a low level utility for adding users and admins should use useradd instead. If you check the file sizes you will notice that useradd is about 4 times bigger than adduser.]]></description>
			<content:encoded><![CDATA[<p>You say that adduser and useradd is the same but the manpage for useradd says it is a low level utility for adding users and admins should use useradd instead. If you check the file sizes you will notice that useradd is about 4 times bigger than adduser.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/comment-page-1/#comment-1059219</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 14 Nov 2018 06:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17471#comment-1059219</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/comment-page-1/#comment-1059072&quot;&gt;Jaime Redin&lt;/a&gt;.

@Jaime

Use userdel command, for instance:
&lt;pre&gt;
$ sudo userdel username
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/comment-page-1/#comment-1059072">Jaime Redin</a>.</p>
<p>@Jaime</p>
<p>Use userdel command, for instance:</p>
<pre>
$ sudo userdel username
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jaime Redin		</title>
		<link>https://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/comment-page-1/#comment-1059072</link>

		<dc:creator><![CDATA[Jaime Redin]]></dc:creator>
		<pubDate>Wed, 14 Nov 2018 00:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17471#comment-1059072</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/comment-page-1/#comment-1058669&quot;&gt;Aaron Kili&lt;/a&gt;.

That is correct - But, which command should I use to delete the user without deleting his/her home directory?
Thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/comment-page-1/#comment-1058669">Aaron Kili</a>.</p>
<p>That is correct &#8211; But, which command should I use to delete the user without deleting his/her home directory?<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/comment-page-1/#comment-1058669</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 13 Nov 2018 04:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17471#comment-1058669</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/comment-page-1/#comment-1057458&quot;&gt;Jaime Redin&lt;/a&gt;.

@Jaime

Deleting shared directories is not recommended. Thanks for your input.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/comment-page-1/#comment-1057458">Jaime Redin</a>.</p>
<p>@Jaime</p>
<p>Deleting shared directories is not recommended. Thanks for your input.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jaime Redin		</title>
		<link>https://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/comment-page-1/#comment-1057458</link>

		<dc:creator><![CDATA[Jaime Redin]]></dc:creator>
		<pubDate>Fri, 09 Nov 2018 18:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=17471#comment-1057458</guid>

					<description><![CDATA[In the ReHat version.  How can I delete a user without deleting his/her home directory.
We have multiple users that share the same home directory.
Thanks]]></description>
			<content:encoded><![CDATA[<p>In the ReHat version.  How can I delete a user without deleting his/her home directory.<br />
We have multiple users that share the same home directory.<br />
Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
