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
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 ^_^if test "$UID" = 0 ; then
LS_OPTIONS="-A -N $LS_OPTIONS -T 0"
else
LS_OPTIONS="-N $LS_OPTIONS -T 0"
fi
浙公网安备 33010602011771号