Thread: screen package?
View Single Post
Old 03-10-2003, 09:52 AM   #3 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
not sure wha i'm talking about .. not sure the name of it .. but this is how it works.

i take a process i want to run in the background and i can start and detach it from the current screen.
[SHELL]$ screen -A -m -d -S cstrike ./hlds_run[/SHELL]

then when i want to pull up the screen again, i would type
[SHELL]$ screen -r cstrike[/SHELL]

now my current screen is this original process. i can again detach the screen by pressing ( ctrl + a ) d
sde is offline   Reply With Quote