vielleicht kann mir einer weiterhelfen denn mein server(debian) spuckt diese meldung aus nachdem ich mich einlogge
in meiner /etc/profile seh ich aber keinen fehler?! kann mir jemand von euch bei der syntax helfen kenn? hab im netz bisher gefunden was mir weitergeholfenLast login: Wed Sep 3 20:24:55 2003 from xxx
: command not found
: command not found
bash: /etc/profile: line 19: syntax error: unexpected end of file
ahso hier meine /etc/profile
Code: Alles auswählen
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
if [ "$BASH" ]; then
PS1='\u \h '
else
if [ "`id -u`" -eq 0 ]; then
PS1='# '
else
PS1='$ '
fi
fi
export PATH PS1
umask 022
gruss laemmy