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.
この回答に続いて、デフォルトの sudo パスワード タイムアウトを次のように変更しました。
$ cd /etc/sudoers.d $ sudo visudo -f <user_name>
コンテンツを追加する
Defaults timestamp_timeout=60
これは、通常のシェルでうまく機能します。ただしtmux、この変更を認識せず、毎回パスワードを要求します。tmuxこの変更を認識させる方法。
tmux