|
楼主 |
发表于 2008-3-3 13:29:15
|
显示全部楼层
Done !
Thank you Sunny and Windrose , I have write this to /etc/profile:- #For non-root users, start the ~/.bashrc script:
- if [ ! "`id -u`" = 0 ] && [ -f "$HOME/.bashrc" ]; then
- if [ -x "$HOME/.bashrc" ]; then
- . "$HOME/.bashrc"
- fi
- fi
复制代码 I touch a ~/.bashrc file
And it works ! I know this is useless , but I just want to know about Linux more and more via Slackware.
Thank you my friends ! |
|