alayi

程序人生用音乐来点缀

博客园 首页 联系 订阅 管理
If you use root or sudo to root you'll find that the ls cmd well show the file which is hide. this is a problem in my eye.
We can del. the -A in this code in /etc/bash.bashrc
fi
if test 
"$UID" = 0 ; then
    LS_OPTIONS="-A -N $LS_OPTIONS -T 0"
else
    LS_OPTIONS
="-N $LS_OPTIONS -T 0"
fi
have a good time ^_^

posted on 2007-11-02 16:56  alayi  阅读(157)  评论(0)    收藏  举报