<?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: Remove / Delete  a Directory Linux Command</title>
	<atom:link href="http://www.gossiplime.com/2009/06/remove-delete-a-directory-linux-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gossiplime.com/2009/06/remove-delete-a-directory-linux-command/</link>
	<description>This blog is just for all persons to know more about php, apache , linux , seo etc</description>
	<lastBuildDate>Thu, 19 Aug 2010 23:53:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: seo</title>
		<link>http://www.gossiplime.com/2009/06/remove-delete-a-directory-linux-command/comment-page-1/#comment-5243</link>
		<dc:creator>seo</dc:creator>
		<pubDate>Tue, 22 Jun 2010 13:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gossiplime.com/?p=326#comment-5243</guid>
		<description>dial up modem not make connection and not dial the modem</description>
		<content:encoded><![CDATA[<p>dial up modem not make connection and not dial the modem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fethiye</title>
		<link>http://www.gossiplime.com/2009/06/remove-delete-a-directory-linux-command/comment-page-1/#comment-5208</link>
		<dc:creator>Fethiye</dc:creator>
		<pubDate>Fri, 11 Jun 2010 16:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.gossiplime.com/?p=326#comment-5208</guid>
		<description>You probably need superuser (administrator) privideges to remove it. Type su, and your root password to get a root prompt.</description>
		<content:encoded><![CDATA[<p>You probably need superuser (administrator) privideges to remove it. Type su, and your root password to get a root prompt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seo</title>
		<link>http://www.gossiplime.com/2009/06/remove-delete-a-directory-linux-command/comment-page-1/#comment-5187</link>
		<dc:creator>seo</dc:creator>
		<pubDate>Wed, 02 Jun 2010 03:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.gossiplime.com/?p=326#comment-5187</guid>
		<description>By using the the “/*” at the end, this path expands to “everything in the aryan directory”. Notice that this does not include the aryan directory itself. Therefore, the contents are deleted, but the directory itself is left intact.</description>
		<content:encoded><![CDATA[<p>By using the the “/*” at the end, this path expands to “everything in the aryan directory”. Notice that this does not include the aryan directory itself. Therefore, the contents are deleted, but the directory itself is left intact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seo</title>
		<link>http://www.gossiplime.com/2009/06/remove-delete-a-directory-linux-command/comment-page-1/#comment-5169</link>
		<dc:creator>seo</dc:creator>
		<pubDate>Tue, 04 May 2010 03:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.gossiplime.com/?p=326#comment-5169</guid>
		<description>How to remove all the files inside a directory but not remove directory using rm command?</description>
		<content:encoded><![CDATA[<p>How to remove all the files inside a directory but not remove directory using rm command?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seo</title>
		<link>http://www.gossiplime.com/2009/06/remove-delete-a-directory-linux-command/comment-page-1/#comment-5060</link>
		<dc:creator>seo</dc:creator>
		<pubDate>Thu, 01 Apr 2010 06:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.gossiplime.com/?p=326#comment-5060</guid>
		<description>Remove file from Clearcase view. First perform a checkout (&quot;ct co&quot;) of the file and directory. Past versions will be available from the archive although not visible in current view. Safer than &quot;ct rmelem&quot; which removes all knowledge of the file old and new.</description>
		<content:encoded><![CDATA[<p>Remove file from Clearcase view. First perform a checkout (&#8220;ct co&#8221;) of the file and directory. Past versions will be available from the archive although not visible in current view. Safer than &#8220;ct rmelem&#8221; which removes all knowledge of the file old and new.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seo</title>
		<link>http://www.gossiplime.com/2009/06/remove-delete-a-directory-linux-command/comment-page-1/#comment-4915</link>
		<dc:creator>seo</dc:creator>
		<pubDate>Wed, 03 Mar 2010 05:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.gossiplime.com/?p=326#comment-4915</guid>
		<description>For copying and moving directories you can use the cp and mv commands just like you use them with files. Yeah, I know. If you&#039;ve already tried to copy a directory with cp, you&#039;ve probably noticed that cp just complains at you. Probably it says something like cp: omitting directory yadda yadda. You see, the cp command wants you to use the -r option if you want to copy a directory with its contents. The -r means &quot;copy recursively&quot;:</description>
		<content:encoded><![CDATA[<p>For copying and moving directories you can use the cp and mv commands just like you use them with files. Yeah, I know. If you&#8217;ve already tried to copy a directory with cp, you&#8217;ve probably noticed that cp just complains at you. Probably it says something like cp: omitting directory yadda yadda. You see, the cp command wants you to use the -r option if you want to copy a directory with its contents. The -r means &#8220;copy recursively&#8221;:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO</title>
		<link>http://www.gossiplime.com/2009/06/remove-delete-a-directory-linux-command/comment-page-1/#comment-4834</link>
		<dc:creator>SEO</dc:creator>
		<pubDate>Mon, 01 Feb 2010 11:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gossiplime.com/?p=326#comment-4834</guid>
		<description>It will not show you a file whose name begins with a period without the -a switch. That is non-negotiable. If you are not seeing any other files someone may have planted a rootkit on your machine. Rkhunter and chkrootkit are good programs to have and to run.</description>
		<content:encoded><![CDATA[<p>It will not show you a file whose name begins with a period without the -a switch. That is non-negotiable. If you are not seeing any other files someone may have planted a rootkit on your machine. Rkhunter and chkrootkit are good programs to have and to run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO</title>
		<link>http://www.gossiplime.com/2009/06/remove-delete-a-directory-linux-command/comment-page-1/#comment-4827</link>
		<dc:creator>SEO</dc:creator>
		<pubDate>Fri, 29 Jan 2010 06:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gossiplime.com/?p=326#comment-4827</guid>
		<description>You probably need superuser (administrator) privideges to remove it. Type su, and your root password to get a root prompt.</description>
		<content:encoded><![CDATA[<p>You probably need superuser (administrator) privideges to remove it. Type su, and your root password to get a root prompt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: infoproservices.com</title>
		<link>http://www.gossiplime.com/2009/06/remove-delete-a-directory-linux-command/comment-page-1/#comment-4300</link>
		<dc:creator>infoproservices.com</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gossiplime.com/?p=326#comment-4300</guid>
		<description>ls -lr gives the long listing which is piped to the wc command ,wc -l counts the number of lines ..hwoever to count the files in the parent directory you have to navigate the parent directory or do something like this</description>
		<content:encoded><![CDATA[<p>ls -lr gives the long listing which is piped to the wc command ,wc -l counts the number of lines ..hwoever to count the files in the parent directory you have to navigate the parent directory or do something like this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: infoproservices.com</title>
		<link>http://www.gossiplime.com/2009/06/remove-delete-a-directory-linux-command/comment-page-1/#comment-4298</link>
		<dc:creator>infoproservices.com</dc:creator>
		<pubDate>Wed, 02 Dec 2009 09:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gossiplime.com/?p=326#comment-4298</guid>
		<description>What commands are to be used to delete all the files in a directory in linux system?</description>
		<content:encoded><![CDATA[<p>What commands are to be used to delete all the files in a directory in linux system?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
