# cron
# 安装:
apt-get install cron
# 启动:
service cron start
# 重启:
service cron restart
# 停止:
service cron stop
# 检查状态:
service cron status
# 查询cron可用的命令:
service cron
# 检查Cronta工具是否安装:
crontab -l
# 编辑:
crontab -e