<?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>EmbLogic &#187; filesystem</title>
	<atom:link href="https://www.emblogic.com/blog/tag/filesystem/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>Linux Filesystem</title>
		<link>https://www.emblogic.com/blog/02/linux-filesystem/</link>
		<comments>https://www.emblogic.com/blog/02/linux-filesystem/#comments</comments>
		<pubDate>Tue, 09 Feb 2016 14:56:41 +0000</pubDate>
		<dc:creator><![CDATA[Ankur Garg]]></dc:creator>
				<category><![CDATA[Shell Scripts]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=13255</guid>
		<description><![CDATA[Linux Filesystem ================ - In windows, physical drive determines the pathname of the file. - Windows assigns a letter to each disk drive. - Each directory contains its own directory structure for accesing files stored in it. - For eg. &#8230; <a href="https://www.emblogic.com/blog/02/linux-filesystem/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Linux Filesystem<br />
================<br />
- In windows, physical drive determines the pathname of the file.<br />
- Windows assigns a letter to each disk drive.<br />
- Each directory contains its own directory structure for accesing files stored in it.<br />
- For eg. in windows filepath is as:<br />
c:\Users\ankur\Documents\Lessons.doc</p>
<p>- Linux does not use drive letters in pathnames like windows.<br />
- Linux stores files within a single directory structure, called a virtual directory.<br />
- Virtual directory contains filepaths from all storage devices installed on PC, mergedinto a single directory.<br />
- There is a single base directory, called the root.<br />
- root drive contains core of virtual directory.<br />
- On root drive, Linux has special directories called mount points.<br />
-When we start a new shell prompt, your session starts in your home directory.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/02/linux-filesystem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
