Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
my がどのように設定されているかを (UNIX で) 追跡する方法は$PATHありますか?
$PATH
パスに不要なエントリがありますが、完全に削除するためのソースが見つかりません。Solaris 10 と CSH を実行しています。
/home/<your_user>/.profileまたはに設定されてい/home/<your_user>/.bash_profileます。
/home/<your_user>/.profile
/home/<your_user>/.bash_profile
やってみてください
grep -l PATH /home/<your_user>/.* 2>/dev/null
これは、この変数を定義している.fileを指します。