Tmux is another software which is created to be a replacement for screen. It has most of the capabilities of screen, with few additional capabilities which make it more powerful than screen. Install tmux yum -y install tmux Start a Tmux Session $ tmux After performing your operations on the terminal, you can detach that ... Continue reading Using Tmux (Terminal Multiplexer) to Keep SSH Sessions Running