<?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>Knoxware.org &#124; Expanding great minds. &#187; Text</title>
	<atom:link href="http://www.knoxware.org/tag/text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.knoxware.org</link>
	<description>Expanding great minds.</description>
	<lastBuildDate>Fri, 12 Mar 2010 03:47:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux Directory Layouts</title>
		<link>http://www.knoxware.org/linux-directory-layouts/</link>
		<comments>http://www.knoxware.org/linux-directory-layouts/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 07:14:08 +0000</pubDate>
		<dc:creator>ghostshadow</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Text]]></category>

		<guid isPermaLink="false">http://ghostknox.com/?p=117</guid>
		<description><![CDATA[After the installation of Linux, generally 13 directories are made. Unlike Windows, these directories begin with a forward slash / (in Windows they begin C:\). I highly recommend you print this page out as it is very helpful to beginners. The directories and their uses are as follows:

/bin : Used to hold executable files, found [...]]]></description>
			<content:encoded><![CDATA[<p>After the installation of Linux, generally 13 directories are made. Unlike Windows, these directories begin with a forward slash <strong>/</strong> (in Windows they begin <strong>C:\</strong>). I highly recommend you print this page out as it is very helpful to beginners. The directories and their uses are as follows:</p>
<p><span id="more-117"></span></p>
<p><strong>/bin :</strong> Used to hold executable files, found all over the file system.<br />
<strong>/sbin:</strong> Used to hold the supervisor&#8217;s (root) executable files.<br />
<strong>/boot:</strong> Boot up files like the kernel are stored here.<br />
<strong>/dev :</strong> This folder holds the device driver files. They are used to represent physical items, e.g. /dev/tty1 = communication port 1.<br />
<strong>/etc :</strong> Used to store most of the configuration files for Linux.<br />
<strong>/home :</strong> Stores all the user home directories.<br />
<strong>/lib :</strong> Stores the libraries/run times for programs.<br />
<strong>/mnt :</strong> Unlike in Windows where c:\ represents a drive, in Linux the different drives are stored in /mnt and act like a directory.<br />
<strong>/proc :</strong> Holds most of the processes happening in the Linux system.<br />
<strong>/root :</strong> The supervisor&#8217;s (root) home directory files.<br />
<strong>/usr :</strong> Stores user based files.<br />
<strong>/var :</strong> Holds constantly changing files like print spools.<br />
<strong>/tmp :</strong> Temporary file folder.</p>
<p>Unlike in Windows, you must manually mount the cdrom drive unless you have a program to do it for you. In KDE, if you click on the cdrom icon you can mount the cdrom automatically. To mount a cdrom drive use: mount /dev/cdrom or mount /mnt/cdrom. To unmount it use: unmount /mnt/cdrom. Try as you might, you won&#8217;t be able to get the cdrom out of the drive while it is mounted. New versions of Linux have supermount which mount and unmount the cdrom drive for you (like in Windows).</p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.knoxware.org/linux-directory-layouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
