Skip to content

Instantly share code, notes, and snippets.

@marcosvidolin
Created November 1, 2013 00:18
Show Gist options
  • Save marcosvidolin/7259312 to your computer and use it in GitHub Desktop.
Save marcosvidolin/7259312 to your computer and use it in GitHub Desktop.
Crontab edition
# 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