Skip to content
FindUtils
Trending ToolsGuidesBlogRequest a Tool
Sponsor
New

331 tools now run in your code and in your AI client. 323 over REST, 323 over MCP, no API key, no signup.

REST API MCP server
  1. Home
  2. Cheatsheets
  3. Linux & Terminal
  4. Cron Expressions
Linux & Terminal

Cron Expressions

5-field crontab syntax, nicknames, common schedules, and systemd OnCalendar traps

40 entries7 sectionsCopy an entry or print the full reference.
An orange clock beside five calendar columns with repeating schedule markers.

40 entries · Use the copy icon.

All cheatsheets
On this pageEntries
Five fields7Lists, ranges, steps6Common schedules7Nicknames7crontab files6Watch-outs5Sources2

1Five fields

7 entries
Five fields: syntax and descriptions
SyntaxDescription
minute hour dom month dow
Field order for a 5-field cron line
*
Every value in that field
0-59
Minute range
0-23
Hour range
1-31
Day of month range
1-12
Month range, or jan-dec names
0-7
Day of week; 0 and 7 are Sunday

2Lists, ranges, steps

6 entries
Lists, ranges, steps: syntax and descriptions
SyntaxDescription
1,15
List of values
8-11
Inclusive range
*/5
Every 5 units
0-30/2
Every 2 units inside a range
1-5
Weekdays when used in dow
mon-fri
Named weekday range on some crons

3Common schedules

7 entries
Common schedules: syntax and descriptions
SyntaxDescription
*/5 * * * *
Every 5 minutes
0 * * * *
Every hour on the hour
0 9 * * 1-5
09:00 on weekdays
0 0 * * *
Every day at midnight
0 0 * * 0
Every Sunday at midnight
0 0 1 * *
First day of each month
30 4 1,15 * *
04:30 on the 1st and 15th

4Nicknames

7 entries
Nicknames: syntax and descriptions
SyntaxDescription
@reboot
Once after startup
@hourly
Same as 0 * * * *
@daily
Same as 0 0 * * *
@midnight
Same as @daily
@weekly
Same as 0 0 * * 0
@monthly
Same as 0 0 1 * *
@yearly
Same as 0 0 1 1 *

5crontab files

6 entries
crontab files: syntax and descriptions
SyntaxDescription
crontab -l
List the current user crontab
crontab -e
Edit the current user crontab
crontab file
Install a crontab from a file
crontab -r
Remove the current user crontab
/etc/crontab
System crontab (has a user field)
/etc/cron.d/
Drop-in system crontab files

6Watch-outs

5 entries
Watch-outs: syntax and descriptions
SyntaxDescription
DOM + DOW both set
cron treats that pair as OR
systemd OnCalendar
Treats DOM + DOW as AND
6-field cron
Leading seconds; not Vixie 5-field
PATH in crontab
Often minimal; use full command paths
% in command
Becomes a newline in Vixie cron

7Sources

2 entries
Sources: syntax and descriptions
SyntaxDescription
https://github.com/cronie-crond/cronie/blob/master/man/crontab.5
Cronie crontab manual: fields, ranges, schedules, and implementation limits.
https://github.com/systemd/systemd/blob/main/man/systemd.time.xml
systemd time manual source: calendar expressions and date matching.

Related Cheatsheets

Linux & Terminal

Linux Commands

Terminal keys beside a branching arrangement of green folders and files.

Essential Linux commands for file management, processes, networking, and system administration

61 entriesOpen reference
Linux & Terminal

Bash Scripting

A teal ribbon loops through command blocks with a branch and return path.

Variables, loops, conditionals, functions, and scripting patterns for Bash shell

53 entriesOpen reference
Linux & Terminal

Vim Editor

Green directional keys beside an editor cursor and an emerald diamond.

Vim modes, movement, editing, copy and paste, search, replacement, and file commands.

64 entriesOpen reference
FindUtils

Tools for the task. Guides for the next step.

Manage data

Tools

  • All tools
  • New tools
  • Password Generator
  • QR Code Generator
  • JSON Formatter
  • PDF Merger
  • Image Compressor
  • Base64 Encoder

Explore

  • Guides
  • Cheatsheets
  • Blog
  • Color Converter
  • Gradient Generator
  • Box Shadow Generator
  • UUID Generator

Developers

  • Tool API
  • API Docs
  • MCP Server
  • Libraries
  • OpenAPI Spec
  • llms.txt

FindUtils

  • About
  • Contact
  • Request a tool
  • Article writing service
  • Sponsor FindUtils
  • Domains for sale
  • Public traffic (24 hours)
  • Public traffic (30 days)

© 2026 FindUtils. All rights reserved.

Privacy policyTerms of serviceSitemap