Results 1 to 3 of 3
Hi All
I am new to Linux shell script development, and i am new to this forum.
My question is regarding the Shell script development.
The scenario description is as ...
- 04-26-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 3
How to call a shell script from another shell script
Hi All
I am new to Linux shell script development, and i am new to this forum.
My question is regarding the Shell script development.
The scenario description is as follows.
I had a script with start method calls, in start method i call other shell script.
How should i write the shell script in such way that .the child shell script should be running even the parent shell scripts dies/kill/stop.
Please help me out in this type of scenario-2, since i am running out of time with this issue.
Regards
Rakesh
- 04-26-2011 #2
Did you tried starting child function as background process (&) ?
- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 04-27-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 3
Hi Lakshmipathi
I tried using the symblo &, but there is no use, when the parent process is killed/stopping/end simulteneously child process is also getting stopped.
My concerns . i dont child process to stop. it has some conditions where it should get executed even parent process has stopped.
Regards
Rakesh


Reply With Quote