<?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: Hidden config files in Linux and UNIX</title>
	<atom:link href="http://www.lifeaftercoffee.com/2007/01/17/hidden-config-files-in-linux-and-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeaftercoffee.com/2007/01/17/hidden-config-files-in-linux-and-unix/</link>
	<description>because I don't believe in life before coffee...</description>
	<lastBuildDate>Wed, 28 Oct 2009 06:44:36 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bluto</title>
		<link>http://www.lifeaftercoffee.com/2007/01/17/hidden-config-files-in-linux-and-unix/comment-page-1/#comment-196576</link>
		<dc:creator>Bluto</dc:creator>
		<pubDate>Thu, 31 May 2007 15:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2007/01/17/hidden-config-files-in-linux-and-unix/#comment-196576</guid>
		<description>Atul,

first change to the directory

% cd /path/stuff/mydirectory

then list ALL (including hidden)

% ls -a

Or, just do this single command to see the hidden files and directories

% ls -a cd /path/stuff/mydirectory

In UNIX / Linux, the hidden attribute is a convention.  All directories that start with a DOT are &quot;hidden&quot; in a normal listing.

Of more use is to see a bit more info, so we might prefer a LONG listing.

% ls -al

Hope this helps - Bluto</description>
		<content:encoded><![CDATA[<p>Atul,</p>
<p>first change to the directory</p>
<p>% cd /path/stuff/mydirectory</p>
<p>then list ALL (including hidden)</p>
<p>% ls -a</p>
<p>Or, just do this single command to see the hidden files and directories</p>
<p>% ls -a cd /path/stuff/mydirectory</p>
<p>In UNIX / Linux, the hidden attribute is a convention.  All directories that start with a DOT are &#8220;hidden&#8221; in a normal listing.</p>
<p>Of more use is to see a bit more info, so we might prefer a LONG listing.</p>
<p>% ls -al</p>
<p>Hope this helps &#8211; Bluto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atul Saxena</title>
		<link>http://www.lifeaftercoffee.com/2007/01/17/hidden-config-files-in-linux-and-unix/comment-page-1/#comment-193389</link>
		<dc:creator>Atul Saxena</dc:creator>
		<pubDate>Tue, 29 May 2007 10:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2007/01/17/hidden-config-files-in-linux-and-unix/#comment-193389</guid>
		<description>How to list on the hidden files present in a specific directory???</description>
		<content:encoded><![CDATA[<p>How to list on the hidden files present in a specific directory???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
