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 -R
if you have multiple instances then
Code: (Select All)
screen -ls
then
Code: (Select All)
screen -R [pid/name]
No one knows what the future holds, that's why its potential is infinite