随笔分类 -  linux

crontab 学习
摘要:crontab是linux下的定时工具/sbin/service crond start --启动/sbin/service crond restart --重启/sbin/service crond stop --停止/sbin/service crond reload --重新载入配置crontab命令行结构: crontab[-uuser][file]//设定某个用户的cron服务 crontab[-uuser][-e|-l|-r] //编辑、列出、删除某个用户的cron服务* * * * * * ls -l /data0> /dev/null前面五个*号代表五个数字,数字的取值范 阅读全文

posted @ 2011-05-25 09:49 元龙-数据 阅读(165) 评论(0) 推荐(0)

导航