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.

38 lines
968 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.

lpadmin
===
配置CUPS套件中的打印机和类
## 补充说明
**lpadmin命令** 用于配置CUPS套件中的打印机和类也被用来设置打印服务器默认打印机。
### 语法
```
lpadmin(选项)(参数)
```
### 选项
```
-c将打印机加入类
-i为打印机设置“system V”风格的接口脚本
-m从mode目录设置一个标准的“system V”接口脚本或“PPD”文件
-o为“PPD”或服务器设置选项
-r从类中删除打印机
-u设置打印机用户级的访问控制
-D为打印机提供一个文字描述
-E允许打印机接受打印任务
-L为打印机位置提供一个文字描述
-P为打印机指定一个ppd描述文件
-p指定要配置的打印机名称
-d设置默认打印机。
```
### 参数
打印机:指定要配置的打印机的名称。
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->