centos7 crontab管理

crontab -l

当前用户的任务

crontab -e 

编辑任务列表

crontab -r

删除当前用户的任务

原文地址:https://www.cnblogs.com/mousean/p/6061990.html