mirror of
https://github.com/Estom/notes.git
synced 2026-04-28 12:32:11 +08:00
linux 命令和教程补充
This commit is contained in:
36
Linux/command/atq.md
Normal file
36
Linux/command/atq.md
Normal file
@@ -0,0 +1,36 @@
|
||||
atq
|
||||
===
|
||||
|
||||
列出当前用户的at任务列表
|
||||
|
||||
## 补充说明
|
||||
|
||||
**atq命令** 显示系统中待执行的任务列表,也就是列出当前用户的at任务列表。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
atq [-V] [-q 队列] [-v]
|
||||
```
|
||||
|
||||
### 选项
|
||||
|
||||
```shell
|
||||
-V:显示版本号;
|
||||
-q:查询指定队列的任务。
|
||||
```
|
||||
|
||||
### 实例
|
||||
|
||||
```shell
|
||||
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
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user