Mark David Dumlao wrote:
On Tue, Jul 22, 2008 at 11:50 AM, Albert Hopkins <[EMAIL PROTECTED]> wrote:
Check your LC_ALL environment variable.

[~]$ LC_ALL=en_US ls
total 56K
4.0K bin/        4.0K exclude    4.0K Private/   4.0K Templates/
4.0K Desktop/    4.0K Media/     4.0K Projects/  4.0K Virtual_Machines/
4.0K Documents/  4.0K Music/     4.0K python/
4.0K Downloads/  4.0K Pictures/  4.0K Python/

[~]$ LC_ALL=C ls
total 56K
4.0K Desktop/    4.0K Music/     4.0K Python/            4.0K exclude
4.0K Documents/  4.0K Pictures/  4.0K Templates/         4.0K python/
4.0K Downloads/  4.0K Private/   4.0K Virtual_Machines/
4.0K Media/      4.0K Projects/  4.0K bin/

great! what's the correct place to set this globally so that both
terminal and gnome will see it?

/etc/env.d/02locale

You need to do 'env-update' as root after any changes there followed by 'source /etc/profile' (or logging out and in again).


Reply via email to