Linux 定时器常用命令

上一篇 / 下一篇  2012-07-04 11:56:07 / 个人分类:LINUX

常用命令:
*定时器
  touch test.sh
  crontab -e
  crontab -l
  service crond stop
  service crond start
  30 15 * * * /home/test.sh

*修改服务器时间:
  
   修改时间:date -s 11:00:00
   修改日期:date -s 081127   (修改为2008-11-27)

TAG:

 

评分:0

我来说两句

Open Toolbar