Eu estava atualizando meu .bash_profile e, infelizmente, fiz algumas atualizações e agora estou recebendo:
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
Meu bash_profile realmente extrai outros arquivos .sh (origina-os), por isso não tenho certeza de qual modificação pode ter causado isso.
Agora, se eu tentar uma lista de arquivos, recebo:
>ls
-bash: ls: command not found
-bash: sed: command not found
-bash: git: command not found
Alguma dica sobre como rastrear a origem do erro e como poder usar o terminal para coisas básicas, como listar arquivos etc?
-bash: sed: command not found -bash: git: command not found
/etc/environment
, use o seguinte comando (no centos 6):ssh -t root@<server-ip> "/bin/bash -c '/bin/mv /etc/environment /tmp/'"