Linux Commands Examples

A great documentation place for Linux commands

lpoptions

display or set printer options and defaults


see also : cancel - lp - lpadmin - lpr

Synopsis

lpoptions [ -E ] [ -U username ] [ -h server[:port] ] -d destination[/instance] [ -o option[=value] ] ... [ -o option[=value] ]
lpoptions
[ -E ] [ -U username ] [ -h server[:port] ] [ -p destination[/instance] ] -l
lpoptions
[ -E ] [ -U username ] [ -h server[:port] ] [ -o option[=value] ] ... [ -o option[=value] ] [ -p destination[/instance] ] -r option
lpoptions
[ -E ] [ -U username ] [ -h server[:port] ] -x destination[/instance]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

lpoptions displays or sets printer options and defaults. lpoptions shows the default printer options when run with no arguments. Other options include:

-E

Enables encryption when communicating with the CUPS server.

-U username

Uses an alternate username.

-d destination[/instance]

Sets the user default printer to destination. If instance is supplied then that particular instance is used. This option overrides the system default printer for the current user.

-h server[:port]

Uses an alternate server.

-l

Lists the printer specific options and their current settings.

-o option[=value]

Specifies a new option for the named destination.

-p destination[/instance]

Sets the destination and instance, if specified, for any options that follow. If the named instance does not exist then it is created.

-r option

Removes the specified option for the named destination.

-x destination[/instance]

Removes the options for the named destination and instance, if specified. If the named instance does not exist then this does nothing.

If no options are specified using the -o option, then the current options for the named printer are reported on the standard output.

Options set with the lpoptions command are used by the lp(1) and lpr(1) commands when submitting jobs.

compatibility

The lpoptions command is unique to CUPS.

copyright

Copyright 2007-2013 by Apple Inc.

files

~/.cups/lpoptions - user defaults and instances created by non-root users.
/etc/cups/lpoptions - system-wide defaults and instances created by the root user.

root account options

When run by the root user, lpoptions gets and sets default options and instances for all users in the /etc/cups/lpoptions file.


see also

cancel , lp , lpadmin , lpr ,
http://localhost:631/help

How can this site be more helpful to YOU ?


give  feedback