If you use shells and you use wireless or laptops (or the switches at your work keep getting rebooted, etc.) you’ll appreciate the benefit of having a shell session that’s persistent across multiple logins.
Here’s the quick tutorial:
screen
start screen for the first time
screen -d -r
reattach to an old session
C-a
issue a command from within screen, important ones below.
C-a c
new window, (like a tab).
C-a “
prompt and switch to a new window.
C-a #
switch to the window at that number.
C-a C-a
switch to the last window
C-a ESC
scroll mode