ACM@UIUC TIL logo ACM@UIUC TIL

Not sure if tmux is running or, if it is, which sessions are available? You can list all the currently running sessions right from the command-line.

$ tmux ls

This command is shorthand for:

$ tmux list-sessions