Results 1 to 3 of 3
Ok I am telnetting into a linux server. What is the command to get the server program to keep running in the background even after I close my telnet terminal?...
- 06-19-2003 #1Just Joined!
- Join Date
- Mar 2003
- Posts
- 38
Run background program
Ok I am telnetting into a linux server. What is the command to get the server program to keep running in the background even after I close my telnet terminal?
- 06-19-2003 #2Linux User
- Join Date
- May 2003
- Location
- CA
- Posts
- 370
just type an & after the command, something like
#<command> &
and this will run in the background.
- 06-20-2003 #3Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Or look on the command nohup...
man nohup
RegardsRegards
Andutt


Reply With Quote
