Changes

From SME Server
Jump to navigationJump to search
528 bytes added ,  14:11, 8 July 2011
m
→‎Description: Expanded about cron.
Line 4: Line 4:  
= Description =
 
= Description =
 
How to automatically run a command periodically with Cron daemon.
 
How to automatically run a command periodically with Cron daemon.
 +
 +
Cron is a time-based job scheduler in Unix-like computer operating systems. Cron enables users to schedule jobs (commands or shell scripts) to run periodically at certain times or dates. It is commonly used to automate system maintenance or administration, though its general-purpose nature means that it can be used for other purposes, such as connecting to the Internet and downloading email.
 +
[http://en.wikipedia.org/wiki/Cron From Wikipedia]
 +
 +
Cron daemon is the Unix and GNU/Linux equivalent to Scheduled Tasks in Windows.
    
= Custom template =
 
= Custom template =
206

edits

Navigation menu