আমি আমার .বাশ_ প্রোফাইলটি আপডেট করছি এবং দুর্ভাগ্যক্রমে আমি কয়েকটি আপডেট করেছি এবং এখন পাচ্ছি:
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
আমার বাশ_প্রোফাইলটি আসলে অন্য .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
তবে নিম্নলিখিত কমান্ডটি ব্যবহার করুন (সেন্টোস 6 এ):ssh -t root@<server-ip> "/bin/bash -c '/bin/mv /etc/environment /tmp/'"