<?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>Your Interview Questions &#187; Unix</title>
	<atom:link href="http://yourinterviewquestions.com/category/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://yourinterviewquestions.com</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 06:58:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Root file system</title>
		<link>http://yourinterviewquestions.com/2009/07/15/root-file-system/</link>
		<comments>http://yourinterviewquestions.com/2009/07/15/root-file-system/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 04:37:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[Root file system]]></category>

		<guid isPermaLink="false">http://yourinterviewquestions.com/?p=3965</guid>
		<description><![CDATA[Describe about the root file system. The root file system has to be present for the system to execute /bin, /dev, and /etc are always kept on the root system because when the system starts only files in the root system are accessible and some files such as /bin/sh are needed to run at all. [...]]]></description>
		<wfw:commentRss>http://yourinterviewquestions.com/2009/07/15/root-file-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easiest way to store variables</title>
		<link>http://yourinterviewquestions.com/2009/07/15/easiest-way-to-store-variables/</link>
		<comments>http://yourinterviewquestions.com/2009/07/15/easiest-way-to-store-variables/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 04:33:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[easiest way to store variables]]></category>

		<guid isPermaLink="false">http://yourinterviewquestions.com/?p=3984</guid>
		<description><![CDATA[What is the easiest way to store variables?Â Explain. The easiest way to store the values of the variables is in a 26-element array; the single-letter variable name can be used to index the array. But if the grammar is to process both variable names and values in the same stack, yacc has to be told [...]]]></description>
		<wfw:commentRss>http://yourinterviewquestions.com/2009/07/15/easiest-way-to-store-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fork</title>
		<link>http://yourinterviewquestions.com/2009/07/15/fork/</link>
		<comments>http://yourinterviewquestions.com/2009/07/15/fork/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 04:32:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[Fork]]></category>

		<guid isPermaLink="false">http://yourinterviewquestions.com/?p=3982</guid>
		<description><![CDATA[Explain about fork. Splitting is done by a system call named fork. Proc_id = fork (); splits the program into two copies, both of which continue to run. The only difference between the two is the value returned by fork, the process-id. Two copies of the program are made by the fork. In the child, [...]]]></description>
		<wfw:commentRss>http://yourinterviewquestions.com/2009/07/15/fork/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

