Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

setup cron job

# to list all crontab content (including scheduled jobs)
crontab -l

# to edit crontab file
crontab -e

# once you have finished adding tasks, save the file and exit
# the cron daemon will read and execute the instructions provided
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #setup #cron #job
ADD COMMENT
Topic
Name
1+1 =