crontab

Maintains crontab files

crontab [-u user-name] filename

crontab [-u user-name] options

A crontab file associates periodic times (such as 14:00 on Wednesdays) with commands. The cron utility executes each command at the specified time. The crontab utility installs, removes, lists, and edits your crontab file.[2] Superuser can process any user's crontab file.

[2] A point of confusion here: There is a utility named crontab. There are files referred to as crontab files. But the crontab files are not named crontab; they are named using users' login names. So the file named alex could be a crontab file that is edited using crontab.

Arguments

The first format copies the contents of filename (which contains crontab commands) into the crontab ...

Get A Practical Guide to Red Hat® Linux® 8 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.