le first donne;
]# cat ~/.bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAM
ilo n'a pas prit en compte les unset ...........
le second donne;
# source ~/.bash_profile
bash: :/usr/java/jre1.5.0_06/bin: Aucun fichier ou répertoire de ce type
et le der ;
.....etc
PS1='[u@h W]$ '
PS2='> '
PS4='+ '
PWD=/home/jms
SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-unix/2580
SHELL=/bin/bash
SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor
SHLVL=3
SSH_AGENT_PID=2628
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SSH_AUTH_SOCK=/tmp/ssh-mIqIja2580/agent.2580
TERM=xterm
UID=0
USER=jms
WINDOWID=48245303
XAUTHORITY=/root/.xauthqHBoCi
_=/root/.bash_profile
http_proxy=http://:8080/
no_proxy=localhost,127.0.0.0/8
le proxy est toujours .........🙁 il faudrait peut-être mettre les unset dans le /root/.bash_profile ?????
]# cat ~/.bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAM
ilo n'a pas prit en compte les unset ...........
le second donne;
# source ~/.bash_profile
bash: :/usr/java/jre1.5.0_06/bin: Aucun fichier ou répertoire de ce type
et le der ;
.....etc
PS1='[u@h W]$ '
PS2='> '
PS4='+ '
PWD=/home/jms
SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-unix/2580
SHELL=/bin/bash
SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor
SHLVL=3
SSH_AGENT_PID=2628
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SSH_AUTH_SOCK=/tmp/ssh-mIqIja2580/agent.2580
TERM=xterm
UID=0
USER=jms
WINDOWID=48245303
XAUTHORITY=/root/.xauthqHBoCi
_=/root/.bash_profile
http_proxy=http://:8080/
no_proxy=localhost,127.0.0.0/8
le proxy est toujours .........🙁 il faudrait peut-être mettre les unset dans le /root/.bash_profile ?????