1 安装
sudo apt-get install cron
2 启动
start cron
3 列出所有本机启动crontab任务
ls -l /etc/init.d
列出所有自建cron任务
sudo crontab -l