View previous topic :: View next topic |
Author |
Message |
nemo13 Veteran
Joined: 08 Oct 2004 Posts: 1016 Location: France/Istres
|
Posted: Tue May 16, 2006 7:40 pm Post subject: [OFF] sudo se moque de nls ? ( résolu ) |
|
|
Bonsoir,
j'ai trouvé que cela était marrant mais bon les goûts et les couleurs ....
Code: | locale
LANG=fr_FR.UTF-8
LC_CTYPE="fr_FR.UTF-8"
LC_NUMERIC="fr_FR.UTF-8"
LC_TIME="fr_FR.UTF-8"
LC_COLLATE="fr_FR.UTF-8"
LC_MONETARY="fr_FR.UTF-8"
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER="fr_FR.UTF-8"
LC_NAME="fr_FR.UTF-8"
LC_ADDRESS="fr_FR.UTF-8"
LC_TELEPHONE="fr_FR.UTF-8"
LC_MEASUREMENT="fr_FR.UTF-8"
LC_IDENTIFICATION="fr_FR.UTF-8"
LC_ALL=fr_FR.UTF-8 |
en faisant abstraction des problèmes d'encodage utf8 sur les pages man localisées :
en tant que simple user : Code: | nemo13@gentoobscur ~ $ man man
NOM
man - formate et affiche les pages du manuel en ligne |
en tant que root : Code: | gentoobscur nemo13 # man man
NOM
man - formate et affiche les pages du manuel en ligne |
en utilisant sudo : Code: | nemo13@gentoobscur ~ $ sudo man man
NAME
man - display system documentation |
doit-on en conclure que sudo gicle les localisations ?
Last edited by nemo13 on Tue May 16, 2006 10:24 pm; edited 1 time in total |
|
Back to top |
|
|
PabOu Veteran
Joined: 11 Feb 2004 Posts: 1088 Location: Namur - Belgium
|
Posted: Tue May 16, 2006 10:06 pm Post subject: |
|
|
oui, dans ton fichier /etc/sudoers, tu dois commenter la ligne suivante : Code: | #Defaults env_reset |
Mais attention, tu pourrais avoir des ennuis si jamais tu as des drôles de trucs dans ton env d'user.. combiné avec les droits root.. mais bon si t'es un utilisateur normal et que ta machine n'est pas hackée, t'as pas de soucis à te faire. _________________ Mangez du poulet ! |
|
Back to top |
|
|
nemo13 Veteran
Joined: 08 Oct 2004 Posts: 1016 Location: France/Istres
|
Posted: Tue May 16, 2006 10:23 pm Post subject: |
|
|
PabOu wrote: | mais bon si t'es un utilisateur normal |
Ben oui! j'ai une gentoo
Grand merci pour ton explication ; simple et claire !
A+:jlp
edit : du coup j'ai lu le man de sudo Code: | The list of environment variables that sudo
clears is contained in the output of sudo -V when run as root. | yaka: Quote: | Environment variables to check for sanity:
LANGUAGE
LANG
LC_*
Environment variables to remove:
PERL5OPT
PERL5LIB
PERLLIB
JAVA_TOOL_OPTIONS
SHELLOPTS
PS4
BASH_ENV
ENV
TERMCAP
TERMPATH
TERMINFO_DIRS
TERMINFO
_RLD*
LD_*
PATH_LOCALE
NLSPATH
HOSTALIASES
RES_OPTIONS
LOCALDOMAIN
CDPATH
IFS
PERLIO_DEBUG
FPATH
NULLCMD
READNULLCMD
GLOBIGNORE
PYTHONHOME
PYTHONPATH
PYTHONINSPECT
RUBYLIB
RUBYOPT
ZDOTDIR | bon je ne connais pas le quart de la moitiè de ces variable mais je vais me coucher aque la question suivante :
SUDO vs SU ???
encore merci Pabou |
|
Back to top |
|
|
|