You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
474 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

atrm
===
删除待执行任务队列中的指定任务
## 说明
**atrm命令** 用于删除待执行任务队列中的指定任务
## 选项
```
atrm(选项)(参数)
```
```
-V显示版本号
```
### 参数
任务号:指定待执行队列中要删除的任务
## 实例
删除已经排队的任务
```
atq //显示当前已经设置的任务
2 Mon May 17 08:00:00 2010 a root
1 Sat May 15 17:00:00 2010 a root
atrm 2 //删除任务2
```