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.

43 lines
653 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.

lprm
===
删除打印队列中的打印任务
## 说明
**lprm命令** 用于删除打印队列中的打印任务。尚未完成的打印机任务会被放在打印机贮列之中,这个命令可用来将常未送到打印机的任务取消
## 选项
```
lprm(选项)(参数)
```
```
-E与打印服务器连接时强制使用加密
-P指定接受打印任务的目标打印机
-U指定可选的用户名
```
### 参数
打印任务:指定需删除的打印任务号
## 实例
将打印机hpprint中的第102号任务移除
```
lprm -Phpprint 102
```
将第101号任务由预设打印机中移除
```
lprm 101
```