Software >> OS >> Unix >> Utilities >> crontab >> How to use - crontab



crontab                     #  displays help for crontab
crontab -l <user>           #  displays cron table for user <user>
crontab -e <user>           #  edits cron table for user <user>
crontab -c <user>           #  changes cron table dir for <user>