मैं अपना .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/'"