this post was submitted on 19 Aug 2026
79 points (98.8% liked)

Linux

14800 readers
117 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] onlinepersona@programming.dev 6 points 1 week ago (1 children)

I mostly use tmux when logged in as a different user either locally or remotely, so that I don't have to login multiple times. Do any of these terminal emulators support that?

[–] Creat@discuss.tchncs.de 1 points 1 week ago (1 children)

How would the terminal multiplexer even affect this? Don't you just sudo or su to switch user?

[–] onlinepersona@programming.dev 3 points 1 week ago

Login as user A. Want to execute multiple commands. With multiplexer: open multiplexer while logged in as user A, create multiple panes. Without multiplexer: open a pane in terminal emulator, login as user A, execute one command, repeat for every command.