|
|

楼主 |
发表于 2007-11-2 10:50:55
|
显示全部楼层
Post by blackwhite
.bash_profile, 里边有没有这个:
# /etc/skel/.bash_profile
# This file is sourced by bash for login shells. The following line
# runs your .bashrc and is recommended by the bash info pages.
[[ -f ~/.bashrc ]] && . ~/.bashrc
有,
# ls /etc/skel
. .. .bash_logout .bash_profile .bashrc
但手册上关于环境变量一节中,并没有提到这个文件夹,不知它作什么用。 |
|