16 Oct
2003
16 Oct
'03
22:00
The 03.09.18 at 10:28, Dave Smith wrote:
(in other words, I am need to spawn script B from script A in separate process).
Adding an ampersand (&) at the end of a command launches it as another process. You should probably use 'sudo' to give it root privileges.
However, the parent script doesn't exit till the child exits. -- Cheers, Carlos Robinson