Linux之系统延时任务及定时任务篇

一、系统延时任务 [[email protected]~]# at 15:05 ##设定任务执行时间 at> rm -rf /mnt/* ##具体任务 at> <EOT> <<ctrl+d ##发起执行ctrl+d [[email protected]~]# at now+1min ##设定执行时间为一分钟后 at> rm -rf /mnt/* at> <EOT> at -l
相关文章
相关标签/搜索