Debian的定时执行命令Crontab
2012-12-3 5:50分类:NAS 2743 views 1 条评论 标签:LinuxDebian
Debian的定时执行命令Crontab,这个相当于Windows的计划任务
想要让Debian定时执行命令就得靠crontab了!
它的功能类似微软的计划任务,可以在您设定的时间执行你想要的命令。
通过编写设定文件可以组合出复杂的执行时段,让命令的执行更加有效率。
cron设置文件在Debian系统下的位置
/etc/crontab
大致内容如下:
01
# /etc/crontab: system-wide crontab
02
# Unlike any other crontab you don‘t have to run the `crontab‘
03
# command to install the new version when you edit this file.
04
# This file also has a username field, that none of the other crontabs do.
05