← 返回命令列表

Linux command

cupsaccept 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Accept print jobs

cupsaccept [printer_name]

Accept with reason message

cupsaccept -r "[reason]" [printer_name]

说明

cupsaccept instructs the printing system to accept print jobs for the specified destinations. This reverses the effect of cupsreject. This command is an alias for accept and requires administrator privileges.

参数

-E
Encrypt connection to server.
-r _reason_
Set reason message for accepting.
-h _server:port_
Connect to specific server.

FAQ

What is the cupsaccept command used for?

cupsaccept instructs the printing system to accept print jobs for the specified destinations. This reverses the effect of cupsreject. This command is an alias for accept and requires administrator privileges.

How do I run a basic cupsaccept example?

Run `cupsaccept [printer_name]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -E do in cupsaccept?

Encrypt connection to server.