Linux anacron命令:定期运行命令。
Linux anacron命令 功能描述
使用anacron命令可以定期运行命令。
Linux anacron命令 语法
anacron [选项] [作业]
命令中各选项的含义如表所示。
Linux anacron命令 示例
只更新相关作业的时间戳为当前日期,不再执行任何作业
[root@rhel ~]# anacron -u
强制执行相关作业,忽略时间戳
[root@rhel ~]# anacron -f
顺序执行作业,在前一个作业未完成前不会开始下一个作业
[root@rhel ~]# anacron -s
立即执行作业
[root@rhel ~]# anacron -n