* Peter O. Fedichev <[EMAIL PROTECTED]>, 20010323 12:10 +0100: > Hello > > I have to work on a linux box with french language set default. Two > questions: > (i have root permissions there)
Each user can do this on h{is,er} own.
> 1) how to switch back to english in the command line?
> 2) how to make man pages english?
Change the locale environment variable. Example (bash):
export LC_ALL=en_US
For an explanation, "apropos locale"
I hope this helps.
Andre Berger [EMAIL PROTECTED]

