# minute | hour | day-of-month | month | day-of-week | user | command 1 5 * * * myuser /usr/local/bin/mycommandWhen you do
crontab -eits just for you so its:
# minute | hour | day-of-month | month | day-of-week | command 1 5 * * * /usr/local/bin/mycommandLines that begin with # are comments.