Posted on 2011-12-08 16:53
疯狂 阅读(538)
评论(0) 编辑 收藏 所属分类:
linux 、
unix
linux:/etc/enviroment /etc/profile/ /etc/bashrc ~/.bashrc ~/.bashrc_profile
1 /etc/enviroment里面只有key=value没用命令,/etc/profile会读取/etc/enviroment里面设置的变量。
2 /etc/profile中设定的变量(全局)的可以作用于任何用户,而~/.bashrc等中设定的变量(局部)只能继承/etc/profile中的变量,他们是"父子"关系.
3 /etc/profile用于设环境变量,其他函数和别名,在/etc/bashrc里设
4 先去调用系统级的/etc/bashrc的别名和函数,然后才是 ~/.bashrc
5 bash_profile总是被设置成先读取相同目录下~/.bashrc的内容
aix: /etc/enviroment /etc/profile ~/.profile