> 
> ls -F as user shows files sorted case insensitive
> ls -F as root shows files sorted case sensitive
> 
> I like the case sensitive way, but can't find anything in the man page
> that mentions the ability to switch that.
> 
> All the aliases for ls are the same for root and normal users. What am
I
> missing?
> 

echo $LC_ALL
echo $LC_COLLATE
echo $LANG

in order of preference.

-andrej 

Reply via email to