Mailinglist Archive: opensuse (3470 mails)
| < Previous | Next > |
How to spawn another shell script in separate process
- From: Andrei Verovski (aka MacGuru) <andreil1@xxxxxxxxxxxxxxxx>
- Date: Thu, 18 Sep 2003 12:05:28 +0300
- Message-id: <3F9FCC49-E9B7-11D7-A33B-000A959C9730@xxxxxxxxxxx>
Hi,
I have a shell script A which runs as non-root. From this script (A) I am need to launch script B which must run as root, while continuing running script A without waiting script B to finish (in other words, I am need to spawn script B from script A in separate process).
Anuone can suggest me how to do it?
Thanks in advance for any suggestion.
*********************************************
* Best Regards --- Andrei Verovski
*
* Personal Home Page
* http://snow.prohosting.com/guru4mac
* Mac, Linux, DTP, Development, IT WEB Site
*********************************************
I have a shell script A which runs as non-root. From this script (A) I am need to launch script B which must run as root, while continuing running script A without waiting script B to finish (in other words, I am need to spawn script B from script A in separate process).
Anuone can suggest me how to do it?
Thanks in advance for any suggestion.
*********************************************
* Best Regards --- Andrei Verovski
*
* Personal Home Page
* http://snow.prohosting.com/guru4mac
* Mac, Linux, DTP, Development, IT WEB Site
*********************************************
| < Previous | Next > |