![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| error in running shell script in cron | sari | Shell Programming and Scripting | 3 | 04-16-2008 04:09 AM |
| Problem with scheduling a shell script on cygwin using cron | shash | UNIX for Dummies Questions & Answers | 4 | 08-09-2007 06:08 PM |
| Shell script & cron | deppy82 | Shell Programming and Scripting | 3 | 08-02-2007 01:00 PM |
| executing shell script from the cron | abNORMal | HP-UX | 2 | 06-15-2006 02:54 PM |
| gzip in shell script called by cron | hbau419 | Shell Programming and Scripting | 2 | 02-05-2002 07:03 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Is it possible to have more than one Cron in shell script?
Hi,
can we have more than one cron in the shell script? If so pls let me know on what basis it is running. Whether on OS scheduling or the time scheduled in the cron file.Pls answer this query. Many Thanks |
|
||||
|
cron is the scheduler. The runs the jobs by referring the table crontab. Or you can schedule the jobs via "at"
We can have only one cron demon running on the server. However we can use other schedulers on the same server like cosbatch, autosys etc |
|
||||
|
Each user gets a crontab, each crontab can have a number of entries.
Each entry has a date/time specification and a command to run. Only one cron process is required, it spawns child processes and runs the commands as required. |
|
||||
|
Thanks Kundunni..hence it is depends on...
Quote:
Thanks for you reply. Hence it is only one cron containing many crontabs on the server and it is not related to the operating system. |
|
||||
|
Thanks Porter
Quote:
Thanks for your reply. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| autosys |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|