Ich habe mein .bash_profile aktualisiert und leider ein paar Aktualisierungen vorgenommen. Jetzt erhalte ich:
env: bash: No such file or directory
env: bash: No such file or directory
env: bash: No such file or directory
env: bash: No such file or directory
env: bash: No such file or directory
-bash: tar: command not found
-bash: grep: command not found
-bash: cat: command not found
-bash: find: command not found
-bash: dirname: command not found
-bash: /preexec.sh.lib: No such file or directory
-bash: preexec_install: command not found
-bash: sed: command not found
-bash: git: command not found
Mein bash_profile zieht tatsächlich andere .sh-Dateien ein (quellt sie), so dass ich nicht genau weiß, welche Änderung dies verursacht haben könnte.
Wenn ich jetzt mal versuche und eine Liste von Dateien anlege, bekomme ich:
>ls
-bash: ls: command not found
-bash: sed: command not found
-bash: git: command not found
Irgendwelche Tipps, wie man die Fehlerquelle aufspürt und wie man das Terminal für grundlegende Dinge wie das Auflisten von Dateien usw. verwenden kann?
-bash: sed: command not found -bash: git: command not found
/etc/environment
, verwenden Sie den folgenden Befehl (in Centos 6):ssh -t root@<server-ip> "/bin/bash -c '/bin/mv /etc/environment /tmp/'"