Troumad <[EMAIL PROTECTED]> wrote:
| mess-mate a �crit :
|
| >Essay un bash -i en konsole pour voir.
| �a marche ! Je le mets o� ? Dans le ~/.bahrc ?
|
Non,
ici ===> v�rifier /etc/profile comme ceci :
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
if [ "id -u" -eq 0 ]; then
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11"
else
PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
fi
if [ "$PS1" ]; then
if [ "$BASH" ]; then
bash -i
# PS1='[EMAIL PROTECTED]:\w\$ '
else
if [ "id -u" -eq 0 ]; then
PS1='# '
else
PS1='$ '
fi
fi
fi
export PATH
Fin de /etc/profile
mess-mate
--
You'll feel devilish tonight. Toss dynamite caps under a flamenco dancer's
heel.
--
Pensez � lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Pensez � rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]