Sample Crontab Tasks

Linux Logo

Sample Crontab Tasks

Running as root

sudo crontab -e

Running as normal user

crontab -e

Examples

At reboot wait 60 seconds then restart the Murmur service

@reboot /bin/sleep 60 ; /etc/init.d/mumble-server restart

Where are they kept

sudo ls /var/spool/cron/crontabs/
pi
root