go to  ForumEasy.com   
JavaPro
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  crontab -- schedule tasks on Linux
 
Subject: crontab -- schedule tasks on Linux
Author: Linux
Posted on: 09/03/2012 05:10:11 PM

If you want some maintenance tasks (creating backups, synchronizing caches, and scheduling update on statistics) to be automatically run in the background at regular intervals, you can achieve it on Linux by crontab.

The crontab (cron derives from chronos, Greek for time; tab stands for table) command, found in Unix and Unix-like operating systems, is used to schedule commands to be executed periodically. To see what crontabs are currently running on your system, you can open a terminal and run:

$ sudo crontab -l

To edit the list of cronjobs you can run:
$ sudo crontab -e


Replies:


References:

 


 
Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
 
Get your own forum today. It's easy and free.