Linux中设定定时、延时任务及管理临时文件

一、设定延时任务 ##延时任务是临时的,执行完毕后,延时任务就结束。 格式 at    时间/now+5min        ##编写延时任务 eg: at 16:00       >touch /mnt/file{1..10}   ##在16:00时在/mnt/目录下建立10个文件       >按ctrl+d #退出at           at -l               ##查看任务
相关文章
相关标签/搜索