<?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>Linux For All &#187; Uncategorized</title>
	<atom:link href="http://www.linux4all.in/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux4all.in</link>
	<description>Making Linux Usable For All From Newbies To Techies</description>
	<lastBuildDate>Thu, 18 Feb 2010 19:07:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>File System in Linux</title>
		<link>http://www.linux4all.in/2008/05/05/file-system-in-linux/</link>
		<comments>http://www.linux4all.in/2008/05/05/file-system-in-linux/#comments</comments>
		<pubDate>Mon, 05 May 2008 04:00:58 +0000</pubDate>
		<dc:creator>Kunal Gautam</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://linux.tech-nologic.info/?p=5</guid>
		<description><![CDATA[This post will tell you about the file &#038; folder system in Linux. Like in windows, Program Files are stored is “Program Files” and System components in “windows” folder , same way it is assigned in Linux too .
]]></description>
			<content:encoded><![CDATA[<p>Well it’s a good thing to know about file &amp; folder system in Linux. Like in windows, Program Files are stored is “Program Files” and System components in “windows” folder , same way it is assigned in Linux too .</p>
<p>So here it starts</p>
<p>“/” :- this is root of all the file system. All things [ including hardware ] comes under it.</p>
<p>“/boot” :- As the name indicates it contains boot [ grub ] files.</p>
<p>“/dev”  :- Contains device files [ as I said in earlier post that hardware are in file form ]<br />
<span id="more-5"></span><br />
“/home” :- This is home directory for general users . this contains their Desktop directory [ under “/home/username/Desktop” ] or Document folders and their configuration files.</p>
<p>“/bin” :- Essential Binaries are stored in this.  It contains executables of <span style="text-decoration: line-through;">general</span> Root as well as General users .</p>
<p>“/lib” Essential shared libraries and Kernel Modules</p>
<p>“/sbin” :- This contains system binaries which is being used by root users.</p>
<p>“/media” :- All removable medias are mounted under this folder .</p>
<p>“/etc” :-  It contains all the configuration files used by OS or by programs .</p>
<p>“/mnt”:- Temporary file systems mounted, etc floppy, CDrom, DvdRoms.</p>
<p>“/tmp” :- Temporary Directory.</p>
<p>“/var” :- Contain data files which are variable or continuous changing .</p>
<p>“/usr” :- Contains information used by system</p>
<p>“/root” :- Home directory of root user</p>
<p>“/proc” :- Contains system information stored in memory mirrored as files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux4all.in/2008/05/05/file-system-in-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
