#概述
利用“任务计划”,可以将任何脚本、程序或文档安排在某个最方便的时间运行。通俗的讲就是定时执行某个脚本、程序。
##常见用途
定时关机
定时检查更新
定时对系统配置、数据库、日志进行备份
定时清理垃圾文件
#检测是否已安装
估计是最小化安装的时候默认不会安装此程序,公司的环境有的已经安装了,有的却没有。
# crontab
-bash: crontab: command not found
执行 crontab 命令如果报 command not found,就表明没有安装.
#准备文件
将光盘CentOS-6.5-x86_64-bin-DVD1放入光驱,进入Packages目录,或者将以下文件复制到要安装的系统中:
(1/5): cronie-1.4.4-15.el6.x86_64.rpm
(2/5): cronie-anacron-1.4.4-15.el6.x86_64.rpm
(3/5): crontabs-1.10-33.el6.noarch.rpm
(4/5): procmail-3.22-25.1.el6_5.1.x86_64.rpm
(5/5): sendmail-8.14.4-9.el6.x86_64.rpm
#开始安装
# rpm -ivh procmail-3.22-25.1.el6.x86_64.rpm
Preparing... ########################################### [100%]
1:procmail ########################################### [100%]
# rpm -ivh sendmail-8.14.4-8.el6.x86_64.rpm
Preparing