收录查询

Linux配置文件内容(一般用户1) /home/hostname/.bash_profile

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH
unset USERNAME

posted @ 2006-08-01 17:32  ->  阅读(321)  评论(0)    收藏  举报