This time talk about "cron".
"cron" is the "tool for automating tasks on a regular basis" (equivalent to a scheduled task in Windows). Read "Sloan". With "cron", you can pre-specify that a task executes at a certain time.
The designation of time is not just a simple "one-hour" method, you can specify that only one day to perform a task, or specify a 8-point ~22 point to be executed hourly, and so on.
You can also specify a specific time (which can be specific to minutes). There are some rules to use, but not difficult.
"cron" is known as an indispensable tool for using Linux. Can be used to regularly manage the software to get logs, check the system status on a regular basis.
It can even be used to monitor whether a process or other host is functioning properly. is a very convenient and indispensable tool.
Some people may not know that "cron" is a tool that can be used by a general user. For tasks that the general user can perform, you can have each user set up their own cron (of course, depending on the system, there are systems that do not let the average user use cron)
Cron with shell scripts, you can monitor your host on a host without root privileges.
The use of Cron is included within the test range of Lpic 102 and is a must-have knowledge.