Stavo aggiornando il mio .bash_profile, e sfortunatamente ho fatto alcuni aggiornamenti e ora sto ottenendo:
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
Il mio bash_profile effettivamente estrae altri file .sh (li genera) quindi non sono esattamente sicuro di quale modifica possa averlo causato.
Ora, anche se provo e ad un elenco di file, ottengo:
>ls
-bash: ls: command not found
-bash: sed: command not found
-bash: git: command not found
Qualche consiglio su come rintracciare la fonte dell'errore e come poter usare il terminale per cose basilari come elencare i file ecc?
-bash: sed: command not found -bash: git: command not found
/etc/environment
persiste, utilizzare il seguente comando (in centos 6):ssh -t root@<server-ip> "/bin/bash -c '/bin/mv /etc/environment /tmp/'"