ฉันกำลังอัปเดต. 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/'"