Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

crontab

Manage cron jobs

Syntax

crontab [OPTION]...

Common Options

-eEdit crontab
-lList crontab
-rRemove crontab
-uSpecify user

Common Examples

crontab -e

Edit current user crontab

crontab -l

List cron jobs

crontab -r

Remove all cron jobs

Related Commands

Related Tools

More Code & Dev Tools