Repeat a command every N seconds
Type here
watch -n 5 df -h
Schedule a one-time command
Type here
at 10:00 PM
List scheduled cron jobs for current user
Type here
crontab -l
Edit cron jobs for current user
Type here
crontab -e
Display a calendar
Type here
cal