Estaba actualizando mi .bash_profile, y desafortunadamente hice algunas actualizaciones y ahora obtengo:
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
Mi bash_profile en realidad extrae otros archivos .sh (los obtiene), por lo que no estoy exactamente seguro de qué modificación puede haber causado esto.
Ahora, si incluso intento una lista de archivos, obtengo:
>ls
-bash: ls: command not found
-bash: sed: command not found
-bash: git: command not found
¿Algún consejo sobre cómo rastrear la fuente del error y cómo usar el terminal para cosas básicas como listar archivos, etc.?
-bash: sed: command not found -bash: git: command not found
/etc/environment
, use el siguiente comando (en centos 6):ssh -t root@<server-ip> "/bin/bash -c '/bin/mv /etc/environment /tmp/'"