![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| monitoring running processes | nhatch | Shell Programming and Scripting | 2 | 12-21-2007 09:03 AM |
| parsing currently running processes | blowtorch | High Level Programming | 7 | 10-12-2006 04:36 AM |
| how to find all processes that are running | speedieB | UNIX for Dummies Questions & Answers | 9 | 07-12-2006 06:04 AM |
| getting certain info for all processes currently running | Yifan_Guo | High Level Programming | 3 | 03-25-2005 07:53 PM |
| Running two processes in background | jacob_gs | Shell Programming and Scripting | 6 | 05-13-2002 12:40 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
running processes with no hang up
Can we run a script in nohup which calls another script in nohup.
eg Script1.sh #Script1 start nohup script2.sh . . . #end script1.sh Now can I do this nohup script1.sh Also is all scheduled processes (crontab entries) will run as nohup? Would appreciate if any one can help me to clarify my doubts. |
|
||||
|
Quote:
but u need to give the full execute permission |
|
||||
|
Quote:
About cron and nohup. A script executed by cron will run always in the background if it really really makes use of pure nohup I would not know but you could check. Regards, Johan Louwers. Last edited by reborg; 01-30-2007 at 09:25 AM.. |
|
||||
|
I tried this
Ran the nested nohup scripts with each one echoing something.After run complete, Checked the nohup.out and could find both these echo statements in nohup.out. Am concluding that we can have nested nohup calls.Correct me if am wrong. Also if any body knows please let me know whether cronjobs will run as nohup(Know that they runs in background but not sure it is nohup) Thanks |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|