私は.bash_profileを更新していましたが、幸いにもいくつかの更新を行ったところ、次のようになりました:
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
私のbash_profileは実際に他の.shファイルを取り込む(ソースする)ので、どの変更がこれを引き起こしたのか正確にはわかりません。
今私がファイルのリストを試してみると、私は得る:
>ls
-bash: ls: command not found
-bash: sed: command not found
-bash: git: command not found
エラーの原因を追跡する方法、およびファイルをリストするなどの基本的なことのために端末を使用する方法に関するヒントはありますか?
-bash: sed: command not found -bash: git: command not found
/etc/environment
(CentOSの6中)次のコマンドを使用し、:ssh -t root@<server-ip> "/bin/bash -c '/bin/mv /etc/environment /tmp/'"