Link to home
Start Free TrialLog in
Avatar of Sabrin
Sabrin

asked on

cron

hello,
I wanted to make sure this is right!
and the the cron will rung every 6 hours
sample
4:16pm
10:16pm
4:16am
and so on!

16 */6 * * * joey /usr/bin/somecommand >> /dev/null 2>&1
ASKER CERTIFIED SOLUTION
Avatar of sunnycoder
sunnycoder
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sabrin
Sabrin

ASKER

how can I make it run like this?
6pm
12am
6am
12pm
16 0,6,12,18 * * *
Avatar of Sabrin

ASKER

thanks