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.
accept
===
指示打印系统接受发往指定目标打印机的打印任务
## 补充说明
**accept命令** 属于CUPS套件,用于指示打印系统接受发往指定目标打印机的打印任务。
### 语法
```
accept(选项)(参数)
### 选项
-E:当连接到服务器时强制加密;
-U:指定连接服务器时使用的用户名;
-h:指定连接服务器名和端口号。
### 参数
目标:指定目标打印机。
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->