.Bash_profile sayfamı güncelliyordum ve ne yazık ki birkaç güncelleme yaptım ve şimdi alıyorum:
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
Benim bash_profile aslında diğer .sh dosyalarını çeker (bunları kaynak yapar) bu yüzden hangi değişikliğin buna sebep olabileceğinden tam olarak emin değilim.
Şimdi bir dosya listesi bile denersem, alıyorum:
>ls
-bash: ls: command not found
-bash: sed: command not found
-bash: git: command not found
Hatanın kaynağının nasıl izleneceği ve terminalin dosya listeleme vb. Gibi temel şeyler için nasıl kullanılabileceği hakkında herhangi bir ipucu?
-bash: sed: command not found -bash: git: command not found
/etc/environment
aşağıdaki komutu kullanın (centos 6'da):ssh -t root@<server-ip> "/bin/bash -c '/bin/mv /etc/environment /tmp/'"