linux定时任务2-at命令
摘要:
定时执行命令: 定时执行脚本: at命令的常见用法: at 2pm + 2 days /root/test.sh //2天后,下午2点执行test.sh脚本 at 10am + 2 weeks /root/test.sh //2个星期后,早上10点执行test.sh脚本 at 12am tomorr 阅读全文
posted @ 2016-04-12 22:46 遠離塵世の方舟 阅读(421) 评论(0) 推荐(0) 编辑