![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why the nohup-ed background process always is "stopped" ? | meili100 | UNIX for Advanced & Expert Users | 1 | 05-27-2009 05:27 AM |
| "service" , "process" and " daemon" ? | shipon_97 | Red Hat | 1 | 05-24-2009 04:51 PM |
| using mutiple "nohup" to execute multiple commands. | aster007 | Shell Programming and Scripting | 2 | 03-06-2009 12:35 PM |
| How to include RETURN KEY with Background process "&" in Shell Script | racbern | Shell Programming and Scripting | 1 | 03-11-2008 07:30 AM |
| "nohup" and "&" commands | xadamz23 | UNIX for Dummies Questions & Answers | 1 | 08-12-2003 05:31 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Why the nohup-ed background process always is "stopped" ?
I let a script A call script B.
I used Code:
nohup a.sh &>/tmp/log & However A is always "Stopped", while B is running correctly. Anybody knows why? thanks! -----Post Update----- BTW, if I don't use nohup and backgrounding, it's OK. i.e. if I use Code:
a.sh Last edited by meili100; 05-27-2009 at 01:41 AM.. |
|
||||
|
Quote:
Code:
nohup a.sh 2>&1>/tmp/log & |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|