LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

cupsaccept

allow printer queues to accept jobs

TLDR

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

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
copy
sudo dnf install cups-client
copy
sudo apk add cups-client
copy
sudo zypper install cups-client
copy

SEE ALSO

RESOURCES

Copied to clipboard
Kai