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
Related
- ~/.ssh/config Essentials
- Linux Users
- Linux Groups
- Mumble Client Essentials
- chmod Essentials
- How to Create a Command Alias in Linux
- Find Command in Linux
- Displaying Network Statistics in Linux
- Linux IP Essentials
- Linux Routing Essentials
- Enable IP Forwarding in Linux
- Compress and Extract Files Using the tar Command on Linux
- LUKS: Linux Unified Key Setup Essentials
- Linux Command Line Text Editors Essentials
- How to Blank the Screen on a Linux Desktop
- Nano Essentials
- What is Filling up my Disk Space
- IP Tables Essentials
- Set Sound Output Via Command Line
- etc/fstab Basics