@ -1,7 +1,15 @@
# Cron
An overview of using Ubuntu's built in Cron system.
***
### Edit Cron
```sh
sudo nano /etc/crontab
```
### Templates
[minute] [hour] [day_of_month] [month] [day_of_week] [user] [command_to_run]
* * * * * root /root/update.sh