SRCDS Steam group


Linux Terminal - How do I minimize the screen so I can close PuTTY.
#1
Hello Fellow Humans Around The World Of Earth!

I'm using my srcds server using PuTTY so its basically a Linux Terminal. Anyway, how do I minimize the SRCDS screen/window so I can close PuTTY from my computer and still have my server running?

Eric
Reply
#2
When I start a screen I normally give it a name with: screen -S <name here>
eg. "screen -S css"

When I'm done using the screen I press Ctrl+A, D to detach the screen
In order to reconnect to the screen I use: screen -r <name here>
eg. "screen -r css"

In order to close a screen, use Ctrl + D.

- Martin.
Reply
#3
Watch the manual page of screen http://www.gnu.org/software/screen/manual/screen.html. Wink
Jonas E. Smile
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)