Posted by : Unknown Thứ Năm, 22 tháng 5, 2014

Format of entries:
minute hour date-of-month month day-of-week command

One way to edit a crontab file:

# crontab -e

A safer method:
# crontab -l  > /tmp/crontmp
# vi /tmp/crontmp
# crontab /tmp/crontmp

Remove your current crontab file
# crontab -r

Leave a Reply

Subscribe to Posts | Subscribe to Comments

- Copyright © aix-san-linux - Skyblue - Powered by Blogger - Designed by Johanes Djogan -