LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how do you keep processes from closing? (https://www.linuxquestions.org/questions/linux-general-1/how-do-you-keep-processes-from-closing-56852/)

MarleyGPN 04-26-2003 08:01 AM

how do you keep processes from closing?
 
How do you log out of a terminal without closing open processes under that user. I am trying to run a Half-Life server and it keeps shutting down every time I close telnet. Is there anyway to keep the processes active or somehow close telnet without killing the Half-Life server

Thanks,
Marley

Proud 04-26-2003 08:17 AM

Tried putting an & at the end of the command?

MarleyGPN 04-26-2003 08:34 AM

well, at least it loaded in the background. it still closes with telnet. Is there a way to access one of the normal terminals tty1 - tty6 through telnet, so i wont have to leave telnet open?

Proud 04-26-2003 08:40 AM

If the server's installed on the remote box, and you're connecting to that box (telnet is insecure...) then cant you use some /server-script start command to make the system start it? I dunno really.

unSpawn 04-26-2003 12:23 PM

"nohup <cmd args>"


All times are GMT -5. The time now is 08:51 PM.