![]() |
|
|
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 |
| Problem with nohup command | Rajat | UNIX for Dummies Questions & Answers | 1 | 09-13-2008 11:41 AM |
| nohup command o/p redirection | ammu | Shell Programming and Scripting | 3 | 07-09-2008 12:38 PM |
| What's the command for nohup in Oracle | cabarcaj | Shell Programming and Scripting | 1 | 04-07-2006 10:22 AM |
| Nohup Command | blazix | UNIX for Dummies Questions & Answers | 9 | 01-23-2005 06:01 PM |
| Nohup command on Solaris | errolg | UNIX for Dummies Questions & Answers | 1 | 05-16-2002 12:44 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
nohup command in a script.......
I want to know how to use a nohup command in the script........
I have to run following command nohup /tmp/app/statuscheck.sh & After typing this command I will type ctrl D to come to the prompt and the that command will run in backround. I want to include that command in a script . How to include it.what to do for Ctrl in the script.. |
|
||||
|
You should not need to type ctrl-D to get back to the prompt. If your shell has proper job control, & should put the script in the background and return you to the prompt. The exact same commands should work in a script.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|