<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
		<id>http://wiki.tomtalk.net/index.php?action=history&amp;feed=atom&amp;title=Linux%E9%87%8Cbash_profile%E4%B8%8E.bashrc%E7%9A%84%E5%8C%BA%E5%88%AB</id>
		<title>Linux里bash profile与.bashrc的区别 - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.tomtalk.net/index.php?action=history&amp;feed=atom&amp;title=Linux%E9%87%8Cbash_profile%E4%B8%8E.bashrc%E7%9A%84%E5%8C%BA%E5%88%AB"/>
		<link rel="alternate" type="text/html" href="http://wiki.tomtalk.net/index.php?title=Linux%E9%87%8Cbash_profile%E4%B8%8E.bashrc%E7%9A%84%E5%8C%BA%E5%88%AB&amp;action=history"/>
		<updated>2026-04-24T09:45:43Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>http://wiki.tomtalk.net/index.php?title=Linux%E9%87%8Cbash_profile%E4%B8%8E.bashrc%E7%9A%84%E5%8C%BA%E5%88%AB&amp;diff=2677&amp;oldid=prev</id>
		<title>Tom：以“==Linux bash_profile和.bashrc的什么区别==  /etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.  ...”为内容创建页面</title>
		<link rel="alternate" type="text/html" href="http://wiki.tomtalk.net/index.php?title=Linux%E9%87%8Cbash_profile%E4%B8%8E.bashrc%E7%9A%84%E5%8C%BA%E5%88%AB&amp;diff=2677&amp;oldid=prev"/>
				<updated>2012-09-30T18:45:08Z</updated>
		
		<summary type="html">&lt;p&gt;以“==Linux bash_profile和.bashrc的什么区别==  /etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.  ...”为内容创建页面&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Linux bash_profile和.bashrc的什么区别==&lt;br /&gt;
&lt;br /&gt;
/etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.  并从/etc/profile.d目录的配置文件中搜集shell的设置.&lt;br /&gt;
&lt;br /&gt;
/etc/bashrc:为每一个运行bash shell的用户执行此文件.当bash shell被打开时,该文件被读取.&lt;br /&gt;
&lt;br /&gt;
~/.bash_profile:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时,该 文件仅仅执行一次!默认情况下,他设置一些环境变量,执行用户的.bashrc文件.&lt;br /&gt;
&lt;br /&gt;
~/.bashrc:该文件包含专用于你的bash shell的bash信息,当登录时以及每次打开新的shell时,该 该文件被读取.&lt;br /&gt;
&lt;br /&gt;
~/.bash_logout:当每次退出系统(退出bash shell)时,执行该文件. &lt;br /&gt;
&lt;br /&gt;
另外,/etc/profile中设定的变量(全局)的可以作用于任何用户,而~/.bashrc等中设定的变量(局部)只能继承/etc/profile中的变量,他们是&amp;quot;父子&amp;quot;关系.&lt;br /&gt;
 &lt;br /&gt;
~/.bash_profile 是交互式、login 方式进入 bash 运行的&lt;br /&gt;
&lt;br /&gt;
~/.bashrc 是交互式 non-login 方式进入 bash 运行的&lt;br /&gt;
&lt;br /&gt;
通常二者设置大致相同，所以通常前者会调用后者。&lt;/div&gt;</summary>
		<author><name>Tom</name></author>	</entry>

	</feed>