tmux new -s session2 And detach the session (Ctrl + b) + d to return to the main terminal. You can list all the session by issuing the command: tmux ls To enter a session that was previously created, type: tmux attach -t In this tutorial, we will be attac
Tmux is a Linux application that allows multitasking in a terminal window. It stands for Terminal Multiplexing, and is based around sessions. Users can start a process, switch to a new one, detach from a running process, and reattach to a running process.
In this tutorial I will give a detailed overview on different tmux commands with examples and screenshots form my Linux server terminal. if you don't know this already tmux is an alternative to screen rpm, many Linux distributions such as CentOS 8 hav
Post a Comment:
Showing 0 Comments: