View Single Post
Old 9th May 2012
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

Quote:
(I need to reread & apply then feedback)
Let me help. You said you had read the daily(8) man page already... So, here's how to execute the daily(8) script manually:
Code:
# sh /etc/daily
Reading about cron(8), the toolset used to schedule execution:
Code:
$ man cron
Reading the two crontab man pages:
Code:
$ man 1 crontab
$ man 5 crontab
Looking at root's crontab:
Code:
# crontab -l | less
Editing root's crontab:
Code:
# crontab -e
Reply With Quote