LinuxCommandLibrary

cupsctl

configure CUPS server settings

TLDR

Show CUPS settings
$ cupsctl
copy
Enable remote administration
$ cupsctl --remote-admin
copy
Disable remote administration
$ cupsctl --no-remote-admin
copy
Enable shared printers
$ cupsctl --share-printers
copy
Enable debug logging
$ cupsctl --debug-logging
copy

SYNOPSIS

cupsctl [options] [setting=value...]

DESCRIPTION

cupsctl configures the CUPS scheduler. It can enable/disable various features and modify server settings without directly editing cupsd.conf.
Requires administrator privileges.

PARAMETERS

--remote-admin

Enable remote administration.
--no-remote-admin
Disable remote administration.
--remote-any
Allow access from any address.
--share-printers
Share local printers.
--no-share-printers
Don't share local printers.
--debug-logging
Enable debug logging.
--no-debug-logging
Disable debug logging.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard