PDA

View Full Version : executing shoutcast server in background (Linux)


albatroz
11th April 2005, 18:05
How can I do to execute Shoutcast server (sc_serv) from a Linux prompt and put it in background?
So I can close my putty window

djSpinnerCee
11th April 2005, 18:07
sc_serv &

nohup sc_serv &

networknova
11th April 2005, 18:08
when useing putty add the char & to the end of the startup and it should continue to run in the background processes. example: /folder/sc_serv /folder/sc_serv.conf &