<?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: Linux &#8211; Kill all processes for a user</title>
	<atom:link href="http://www.blindhog.net/linux-kill-all-processes-for-a-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blindhog.net/linux-kill-all-processes-for-a-user/</link>
	<description>Tips and Video Tutorials - Cisco .:. Linux .:. VOIP</description>
	<lastBuildDate>Tue, 29 Nov 2011 04:01:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jamie Murphy</title>
		<link>http://www.blindhog.net/linux-kill-all-processes-for-a-user/comment-page-1/#comment-39460</link>
		<dc:creator>Jamie Murphy</dc:creator>
		<pubDate>Mon, 21 Nov 2011 09:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/linux-kill-all-processes-for-a-user/#comment-39460</guid>
		<description>Thanks, does what it says on the tin! 

As other people have said, if you are logged in as the user via SSH then it will close the terminal window too.</description>
		<content:encoded><![CDATA[<p>Thanks, does what it says on the tin! </p>
<p>As other people have said, if you are logged in as the user via SSH then it will close the terminal window too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linux – Kill all processes for a user &#124; adi-sunardy.net</title>
		<link>http://www.blindhog.net/linux-kill-all-processes-for-a-user/comment-page-1/#comment-37854</link>
		<dc:creator>Linux – Kill all processes for a user &#124; adi-sunardy.net</dc:creator>
		<pubDate>Fri, 25 Feb 2011 09:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/linux-kill-all-processes-for-a-user/#comment-37854</guid>
		<description>[...] Found this a good brief tutorial on the Internet. All credits goes to Blindhog.net [...]</description>
		<content:encoded><![CDATA[<p>[...] Found this a good brief tutorial on the Internet. All credits goes to Blindhog.net [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElectroNick</title>
		<link>http://www.blindhog.net/linux-kill-all-processes-for-a-user/comment-page-1/#comment-35025</link>
		<dc:creator>ElectroNick</dc:creator>
		<pubDate>Fri, 26 Nov 2010 19:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/linux-kill-all-processes-for-a-user/#comment-35025</guid>
		<description>&quot;Oh, it wont kill YOUR local term if you execute the command as the username you’re pkilling.&quot;

Yes, BUT: if it&#039;s a SSH into the username account on a REMOTE server, it WILL close both SSH session into the user and the local terminal. It might still be useful for some quick fixes (kill all runaway processes, close the term and be done with it) but if you depend on the terminal to stay open, you better run pkill as root (root of the remote server that is).

Oh, and since we may be talking about different versions of pkill, I&#039;ve used the stock one from Ubuntu 10.04 distro. And the shell was bash on both local and remote - it may have something to do with the behavior.

Cheers!</description>
		<content:encoded><![CDATA[<p>&#8220;Oh, it wont kill YOUR local term if you execute the command as the username you’re pkilling.&#8221;</p>
<p>Yes, BUT: if it&#8217;s a SSH into the username account on a REMOTE server, it WILL close both SSH session into the user and the local terminal. It might still be useful for some quick fixes (kill all runaway processes, close the term and be done with it) but if you depend on the terminal to stay open, you better run pkill as root (root of the remote server that is).</p>
<p>Oh, and since we may be talking about different versions of pkill, I&#8217;ve used the stock one from Ubuntu 10.04 distro. And the shell was bash on both local and remote &#8211; it may have something to do with the behavior.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.blindhog.net/linux-kill-all-processes-for-a-user/comment-page-1/#comment-32748</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 14 Oct 2009 21:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/linux-kill-all-processes-for-a-user/#comment-32748</guid>
		<description>This command works really good for what it&#039;s advertised to do.. um, thats all I have.

Oh, it wont kill YOUR local term if you execute the command as the username you&#039;re pkilling. So that&#039;s something good if you&#039;re trying to kill a rouge fork bomb or script but not your local session.</description>
		<content:encoded><![CDATA[<p>This command works really good for what it&#8217;s advertised to do.. um, thats all I have.</p>
<p>Oh, it wont kill YOUR local term if you execute the command as the username you&#8217;re pkilling. So that&#8217;s something good if you&#8217;re trying to kill a rouge fork bomb or script but not your local session.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Delete all Processes of a Single User Linux :: Archives :: LAMPdocs: Linux, Apache, MySQL, PHP</title>
		<link>http://www.blindhog.net/linux-kill-all-processes-for-a-user/comment-page-1/#comment-12314</link>
		<dc:creator>Delete all Processes of a Single User Linux :: Archives :: LAMPdocs: Linux, Apache, MySQL, PHP</dc:creator>
		<pubDate>Sat, 05 Jul 2008 20:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/linux-kill-all-processes-for-a-user/#comment-12314</guid>
		<description>[...] Here  is a flash demo of this command, I think you can find it useful. [...]</description>
		<content:encoded><![CDATA[<p>[...] Here  is a flash demo of this command, I think you can find it useful. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

