J'étais en train de mettre à jour mon fichier .bash_profile, et malheureusement, j'ai fait quelques mises à jour et maintenant je reçois:
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
Mon bash_profile récupère en fait d’autres fichiers .sh (les sources), je ne suis donc pas tout à fait sûr de la modification qui l’a peut-être provoqué.
Maintenant, si j’essaie même de consulter une liste de fichiers, j’obtiens:
>ls
-bash: ls: command not found
-bash: sed: command not found
-bash: git: command not found
Avez-vous des conseils pour savoir quelle est la source de l'erreur et comment utiliser le terminal pour des tâches de base, telles que lister des fichiers, etc.?
-bash: sed: command not found -bash: git: command not found
/etc/environment
Si votre problème se posait, utilisez la commande suivante (en centos 6):ssh -t root@<server-ip> "/bin/bash -c '/bin/mv /etc/environment /tmp/'"