Re: Make a program still run after logout




General Schvantzkoph wrote:
On Fri, 22 Dec 2006 07:30:20 -0800, lovecreatesbea...@xxxxxxxxx wrote:

If a user invokes a program at terminal, can the program be made still
run after he logout or after the terminal exits.

Yes, you put it in the background. For example,

foo >& log &

Thank you. Can I make a running program still run after I logout? I
can't put a running process at background by command "bg" on debian
linux.

.



Relevant Pages