.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
다음 명령을 사용하십시오 ( ssh -t root@<server-ip> "/bin/bash -c '/bin/mv /etc/environment /tmp/'"