<?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>jz&#039;s blog &#187; linux多环境</title>
	<atom:link href="http://www.imjz.org/archives/tag/linux%e5%a4%9a%e7%8e%af%e5%a2%83/feed" rel="self" type="application/rss+xml" />
	<link>http://www.imjz.org</link>
	<description>党说，这个可以访问！</description>
	<lastBuildDate>Thu, 15 Jul 2010 07:53:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>发现神器chroot</title>
		<link>http://www.imjz.org/archives/46</link>
		<comments>http://www.imjz.org/archives/46#comments</comments>
		<pubDate>Tue, 01 Sep 2009 15:16:41 +0000</pubDate>
		<dc:creator>老毛</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[chroot]]></category>
		<category><![CDATA[linux多环境]]></category>

		<guid isPermaLink="false">http://www.imjz.org/?p=46</guid>
		<description><![CDATA[<p>最近研究Gentoo发现了一个很好的命令 chroot</p>
<p><strong>何谓 chroot?</strong></p>
<p>chroot 就是Change Root，也就是改变程式执行时所参考的根目录位置。即可以进入一个虚拟根目录。</p>
<p>chroot 只有root身份才能执行，执行后会将根目录切换到参数指定的目录。</p>
<p>使用chroot之后，系统读取到[......]</p><p class='read-more'><a href='http://www.imjz.org/archives/46'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>最近研究Gentoo发现了一个很好的命令 chroot</p>
<p><strong>何谓 chroot?</strong></p>
<p>chroot 就是Change Root，也就是改变程式执行时所参考的根目录位置。即可以进入一个虚拟根目录。</p>
<p>chroot 只有root身份才能执行，执行后会将根目录切换到参数指定的目录。</p>
<p>使用chroot之后，系统读取到的目录和文件将不在是旧系统根下的而是新根下(即被指定的新的位置)的目录结构和文件。以后就可以在多个Linux环境间切换了。</p>
<p>暂记一下，继续研究Gentoo,以后再回头研究研究chroot。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imjz.org/archives/46/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
