Screen
Basic
All commends lead by ctrl+a, followed by ? to check the entire reference.
ccreate new windownandp: next window / previous windowwto see all windows(ctrl+)"goes directly to the wanted windowAchange the window’s name (default: bash)kkill this window\quit screen and kill all windowsddetach from a screen session to the main console,screen -rreturn to the screen session- What if we have multiple screen sessions? First, use
screen -lsto check all screen sessions with ids, then usescreen -r 1234to attach a certain session
Keep processes running after we disconnected
- Enter screen by
screen - Create a new window
c - Run the process here
- Detach screen
d - Disconnect