每天一个Linux命令(44)crontab命令
摘要:
crontab命令被用来提交和管理用户需要周期性执行的任务,与windows下的计划任务类似。 (1)用法: 用法: crontab [-u user] file crontab [-u user] [ -e | -l | -r ] (2)功能: 功能: 当安装完成操作系统后,默认会安装此服务工具, 阅读全文
posted @ 2016-06-11 09:59 MenAngel 阅读(1200) 评论(0) 推荐(0)