- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Submitting cron jobs to run every 10 minutes
Operating System - HP-UX
1823791
Members
4614
Online
109665
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2000 07:31 PM
тАО01-04-2000 07:31 PM
Submitting cron jobs to run every 10 minutes
Hi.
I need to submit a job to run every ten minutes and I can do it using 6 lines
in my crontab file what I would like is if possible to create one line to run
my script every 10 minutes from 8 - 20 on 1-5. Can anyone help I am currently
using the 6 lines but would appreciate any advice.
Dave
I need to submit a job to run every ten minutes and I can do it using 6 lines
in my crontab file what I would like is if possible to create one line to run
my script every 10 minutes from 8 - 20 on 1-5. Can anyone help I am currently
using the 6 lines but would appreciate any advice.
Dave
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2000 08:34 PM
тАО01-04-2000 08:34 PM
Re: Submitting cron jobs to run every 10 minutes
Hi Dave, have you tried
00,10,20,30,40,50 8-20 * * 1-5 <script to run>
00,10,20,30,40,50 8-20 * * 1-5 <script to run>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-05-2000 05:40 AM
тАО01-05-2000 05:40 AM
Re: Submitting cron jobs to run every 10 minutes
Try the following entry in your crontab:
0,10,20,30,40,50 8-20 * * 1-5 cron_job
This will submit your cron job every 10 minutes between the hours of 0800 -
2000, Monday thru Friday.
Hope this helps.
0,10,20,30,40,50 8-20 * * 1-5 cron_job
This will submit your cron job every 10 minutes between the hours of 0800 -
2000, Monday thru Friday.
Hope this helps.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP