User Tools

Site Tools


ubuntu:cron:edit_crontab

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
ubuntu/cron/edit_crontab.txt · Last modified: 2020/07/15 10:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki