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.
/etc フォルダーの bash.bashrc に次の行を追加して、パス変数を追加しようとしました。
PATH=$PATH:/フォルダパス
フォルダー内のすべての変数のパスを取得しませんでしたが、 /home/user/.bashrc に同じものを追加すると、機能し始めましたか?
2つの違いは何ですか?