cupsaccept

allow printer queues to accept jobs

TLDR

Accept print jobs for a printer
$ cupsaccept [printer_name]
Accept with reason message
$ cupsaccept -r "[reason]" [printer_name]

SYNOPSIS

cupsaccept [options] destination(s)

DESCRIPTION

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.

PARAMETERS

-E

Encrypt connection to server.
-r reason
Set reason message for accepting.
-h server[:port]
Connect to specific server.

INSTALL

sudo apt install cups-client
sudo dnf install cups-client
sudo apk add cups-client
sudo zypper install cups-client

SEE ALSO

cupsreject(1), cupsenable(1), cupsdisable(1)

RESOURCES

Source code · Homepage · Documentation