crontab
crontab schedule tasks
Section titled “crontab schedule tasks”Default crontab tasks
Section titled “Default crontab tasks”# Check crontab tasks (Current User)crontab -l
# Edit crontab tasks (Current User)crontab -e
# Check or Edit crontab tasks for other usersudo -u user.name crontab -lPut crontab in directory (Usually use symlink)
Section titled “Put crontab in directory (Usually use symlink)”# Tasks config file locationcd /etc/cron.d/
# For daily, monthly tasks# Where * is daily/monthly etc.cd /etc/cron.*