Search Results

0
votes

Can I start a script so it’s independent of its parent process on Linux?

You can use the "disown" built-in in bash to detach a job from the shell that spawned it. See: http://www.faqs.org/docs/b …