User Tools

Site Tools


ubuntu:tmux:using_tmux:create_a_session

Ubuntu - tmux - Using tmux - Create a Session

A Session is like a Desktop.

Applications are visible here.

A session holds one or more Windows


Basic Un-Named Session

tmux

Name the Session

It is suggested to give a Session a Unique name.

This will allow this specific Session to be referred to in later commands.

tmux new -s a_session_name

displays:

sessions should be nested with care, unset $TMUX to force

NOTE: tmux does support Nested sessions, but this adds complexity.

For instance to create a new Window within a specific session, an additional b is needed:

<CTRL-b> + b + c

ubuntu/tmux/using_tmux/create_a_session.txt · Last modified: 2021/07/01 12:11 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki