Linux - Session

tmux

GNU Screen is almost 25 years old whereas tmux development is new (with bugs fixed).

Example:

  • Create a tmux session
tmux
  • Perform some action
echo mySession
  • Disconnect
  • List the session
tmux ls
0: 1 windows (created Mon Jan  8 16:12:13 2018) [80x23]

  • Reconnect
tmux attach -t 0

Back in the tmux session

Documentation / Reference





Discover More
Su
Linux - su command (switch user)

The su command (switch user) is a part of the user management. To switch to another user, use the su command. This is most commonly used to switch to the root account. su run a shell with substitute...



Share this page:
Follow us:
Task Runner