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.
非対話型シェルコマンドなどでSSHサーバーのPATH変数を変更しようとするとssh myserver.com 'echo $PATH'、目的のパスが返されます。〜/ .bashrcファイルと〜/ .profileファイルを変更しようとしましたが、サーバーにインタラクティブにログインした場合のPATHのみが変更されますssh myserver.com。
ssh myserver.com 'echo $PATH'
ssh myserver.com
RHEL5でこの動作を変更できますか?