Citation
auteur
Linux ***** #2 Wed Feb 18 16:30:23 CET 2004 i686 unknown
Most of the programs included with the Debian GNU/Linux system are
freely redistributable; the exact distribution terms for each program
are described in the individual files in /usr/share/doc/*/copyright
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
: command not found
bash: /root/.profile: line 11: syntax error: unexpected end of file
Citation
auteur
## ~/.profile: executed by Bourne-compatible login shells.
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
export PATH
mesg n
Non, ça signifierait alors : exporter le contenu de la variable PATH ...Citation
Jonesy
A priori c'est à cause de l'erreur ligne 8 qui devrait plus être :
export $PATH