Created
November 1, 2013 00:18
-
-
Save marcosvidolin/7259312 to your computer and use it in GitHub Desktop.
Crontab edition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To use cron for tasks meant to run only for your user profile, add entries to | |
# your own user's crontab file. Start the crontab editor from a terminal window: | |
$crontab -e | |
# Commands that normally run with administrative privileges (i.e. they are | |
# generally run using sudo) should be added to the root user's crontab (instead of the user's crontab): | |
$sudo crontab -e | |
# see: | |
# https://help.ubuntu.com/community/CronHowto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment