快速添加at任务 2012年08月13日2016年11月3日深夜的蚊子Leave a comment linux at命令,用户使用linux at命令在指定时刻执行指定的命令序列。 在这里,蚊子不做具体详细的介绍。只是来说明一下,如何可以快速的添加一个at任务。 传统方式中,我看到的有3中 1,at 5pm /bin/ls -l /root >/tmp/ls.log 在当天下午5点执行ls命令。(注)此方法我一次没有实现过。 2,将/bin/ls -l /root >/tmp/ls.log语句写入/tmp/tmpjob,语句为: at -f /tmp/tmpjob 5pm Continue reading “快速添加at任务”