Blog Archives

Scheduling cronjobs in Ubuntu

Create a text file in your /home folder called “cronjobs.txt” Open it and add a line for each job you want to run: 0 * * * * /usr/bin/unison 0 */5 * * * /usr/bin/cleanup The first line will run

Posted in Ubuntu Tagged with: , , , , , ,