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.
同じウィンドウで別のログイン ユーザーと新しい bash セッションを作成するにはどうすればよいですか?
私が理解している限り、1つのコマンドである必要があります。
ありがとう!
次の方法で、別のユーザーとの新しいセッションを取得できます。
su - <username>
次に、新しいユーザーとしてセッションを取得し、そのユーザーに固有の PATH を取得します。
次のように入力して、古いセッションに戻ることができます。
exit