Bubble2Death
New Member
Are there any commands to screen the server dialog back again after i closed them with ctrl+d?
Yes, there is actually.
screen -r
screen -ls (check active processes)
screen -r [type in the process name here]
screen -A -S Ninja -- [B]([/B]Opening a new screen called [COLOR=#ff0000]Ninja[/COLOR][B])[/B]
CTRL + A + D -- [B]([/B]Detaching from the screen[B])[/B]
screen -X Ninja -- [B]([/B]Resuming the screen [COLOR=#ff0000]Ninja[/COLOR][B])[/B]