Screen
Screen or GNU Screen is a terminal multiplexer. In other words, it means that you can start a screen session and then open any number of windows (virtual terminals) inside that session. Processes runn
Create new screen session
screen -S session_nameView sessions
screen -lsAttach to a session:
screen -x session_nameDetach from the session:
Control Key + a + dLast updated
Was this helpful?