linux 中的atq命令
时间:2021-10-24 10:34:03|栏目:Shell|点击: 次
atq命令显示系统中待执行的任务列表,也就是列出当前用户的at任务列表。
语法
atq(选项)
选项
-V:显示版本号; -q:查询指定队列的任务。
实例
at now + 10 minutes at> echo 1111 at> <eot> job 3 at Fri Apr 26 12:56:00 2013 atq 3 Fri Apr 26 12:56:00 2013 a root
总结
上一篇:Csh的基本语法介绍
栏 目:Shell
下一篇:Linux启动与自启动的实例详解
本文标题:linux 中的atq命令
本文地址:http://www.codeinn.net/misctech/181146.html