Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Jan 02 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Jan 02

No, scripts in /etc/cron.hourly run once per hour.

My /etc/crontab indicates the the scripts in hourly run at 17 minutes after
the hour.

You "could" add 12 entries to /etc/crontab so that a script would be run at
5 minutes, 10 minutes, 15 minutes and etc.

However, messing with the system crontab would not be the preferred method.
I would suggest that you create a User crontab under
"/var/spool/cron/crontabs/wade"

There is a GUI app that will do this for you named: "kcron". This KDE
version is better, in my opinion. than the Gnome version.

My daughter uses "kcron" to schedule a script to run that turns off TVtime
at a time when she is presumed to be asleep.

Share: 

 
 
Didn't find what you were looking for? Find more on my own cron script Or get search suggestion and latest updates.


Tagged: