• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

screen command

Solution
see screen --help

screen -list gives you all active screens
with screen -r id(or name) you can restore the screen

CTRL+A+D in an active screen to detach it.

To restore a screen from a different session do
script /dev/null (this will though still only show all screens from the current user, so su to the user who started the screen beforehand)
and continue then as explained above
see screen --help

screen -list gives you all active screens
with screen -r id(or name) you can restore the screen

CTRL+A+D in an active screen to detach it.

To restore a screen from a different session do
script /dev/null (this will though still only show all screens from the current user, so su to the user who started the screen beforehand)
and continue then as explained above
 
Solution
Back
Top