<?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>LinuxNut.org &#187; fuser</title>
	<atom:link href="http://linuxnut.org/tag/fuser/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxnut.org</link>
	<description>Nuts about Linux and Stuff...</description>
	<lastBuildDate>Fri, 09 Apr 2010 15:52:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>fuser</title>
		<link>http://linuxnut.org/2008/03/fuser/</link>
		<comments>http://linuxnut.org/2008/03/fuser/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 16:49:10 +0000</pubDate>
		<dc:creator>Bryce</dc:creator>
				<category><![CDATA[How-Tos]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[fuser]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://admin.linuxnut.org/?p=11</guid>
		<description><![CDATA[Ever tried to unmount a device in Linux, but can&#8217;t because it is apparently still being used by something? If so, then the &#8216;fuser&#8217; command is what you want. Just type &#8216;fuser -m&#8217; followed by the path that the device is currently mounted to (e.g. &#8216;fuser -m /home&#8217;), and then you&#8217;ll receive a list of [...]]]></description>
			<content:encoded><![CDATA[<p>Ever tried to unmount a device in Linux, but can&#8217;t because it is apparently still being used by something? If so, then the &#8216;fuser&#8217; command is what you want. Just type &#8216;fuser -m&#8217; followed by the path that the device is currently mounted to (e.g. &#8216;fuser -m /home&#8217;), and then you&#8217;ll receive a list of all the processes that are currently using it.</p>
<p>The fuser command can also be used to kill the processes as well, just by adding the &#8216;-k&#8217; option (e.g. &#8216;fuser -km /home&#8217;).</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxnut.org/2008/03/fuser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
