09-25-2018, 03:03 AM
How to use screen in putty:
To exit out of a screen without killing it Ctrl + Alt + D
To exit out of a screen killing it Ctrl + Z
To resume or get into a screen session that's already running type
if you have multiple instances then
then
To exit out of a screen without killing it Ctrl + Alt + D
To exit out of a screen killing it Ctrl + Z
To resume or get into a screen session that's already running type
Code: (Select All)
screen -Rif you have multiple instances then
Code: (Select All)
screen -lsthen
Code: (Select All)
screen -R [pid/name]