<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pid | Student Projects</title>
	<atom:link href="https://studentprojects.in/tag/pid/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Sun, 11 Dec 2022 04:28:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>How to kill any process in Linux?</title>
		<link>https://studentprojects.in/software-development/unix-linux/unix-linux-faq/how-to-kill-any-process-in-linux/</link>
					<comments>https://studentprojects.in/software-development/unix-linux/unix-linux-faq/how-to-kill-any-process-in-linux/#comments</comments>
		
		<dc:creator><![CDATA[surajk]]></dc:creator>
		<pubDate>Wed, 02 Feb 2011 14:36:33 +0000</pubDate>
				<category><![CDATA[Unix & Linux Q&A]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[kill process]]></category>
		<category><![CDATA[kill applications]]></category>
		<category><![CDATA[pid]]></category>
		<category><![CDATA[process id]]></category>
		<guid isPermaLink="false">http://studentprojects.in/?p=1290</guid>

					<description><![CDATA[<p>To kill any process yo need to first find out the process ID (PID) For example if you want to kill firfox #ps aux &#124; grep firefox This will generate: username   5365  0.0  0.0  3572  628 pts/0    S    11:00   0:00 grep firefox Now kill process using PID #kill 5365 #kill -9 5365 where -9 is</p>
<p>The post <a href="https://studentprojects.in/software-development/unix-linux/unix-linux-faq/how-to-kill-any-process-in-linux/">How to kill any process in Linux?</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>To kill any process yo need to first find out the process ID (PID)</p>
<p>For example if you want to kill firfox</p>
<blockquote><p>#ps aux | grep firefox</p></blockquote>
<p>This will generate:</p>
<p>username   5365  0.0  0.0  3572  628 pts/0    S    11:00   0:00 grep firefox</p>
<p>Now kill process using PID</p>
<blockquote><p>#kill 5365</p></blockquote>
<blockquote><p>#kill -9 5365</p></blockquote>
<p>where -9 is special Kill signal, which will kill the process.</p><p>The post <a href="https://studentprojects.in/software-development/unix-linux/unix-linux-faq/how-to-kill-any-process-in-linux/">How to kill any process in Linux?</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://studentprojects.in/software-development/unix-linux/unix-linux-faq/how-to-kill-any-process-in-linux/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
