Ubuntu - Cron - Edit Crontab

crontab -e

Edits the default crontab.

Insert your own jobs to run at a given time.

It is recommended to include some comments against entries that will help you understand its functionality in greater detail.


Edit Crontab for a specific User

crontab -u User -e

This command is analogous to the below command.

crontab -e User