Guest Posted June 8, 2003 Share Posted June 8, 2003 when starting a dedicated linux server, i cannot close my ssh window down without killing the server, is there a way to fix this? Link to comment
Guest Posted July 8, 2003 Share Posted July 8, 2003 Hi! You have to use the tool "screen" like: screen -dmS mta ./MTAServer Then you can close your SSH Window. With screen -r mta you can login to the screen session. Press ctrl +a and d to detach the screen session. Greets Christian Link to comment
Recommended Posts