this post was submitted on 15 Aug 2024
1 points (100.0% liked)
Linux
5187 readers
131 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For future reference: the command to kill the tmux daemon (and as a side-effect, all other running tmux processes connected to it) is
tmux kill-server
(or in tmux, typing:kill-server
, assuming default keybindings).