]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cupsenable.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / cupsenable.man
CommitLineData
ef416fc2 1.\"
bc44d920 2.\" "$Id: cupsenable.man 6649 2007-07-11 21:46:42Z mike $"
ef416fc2 3.\"
bd7854cb 4.\" cupsenable/cupsdisable man page for the Common UNIX Printing System
5.\" (CUPS).
ef416fc2 6.\"
bc44d920 7.\" Copyright 2007 by Apple Inc.
bd7854cb 8.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 9.\"
10.\" These coded instructions, statements, and computer programs are the
bc44d920 11.\" property of Apple Inc. and are protected by Federal copyright
12.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
13.\" which should have been included with this file. If this file is
14.\" file is missing or damaged, see the license at "http://www.cups.org/".
ef416fc2 15.\"
bc44d920 16.TH cupsenable 8 "Common UNIX Printing System" "12 February 2006" "Apple Inc."
ef416fc2 17.SH NAME
bd7854cb 18cupsdisable, cupsenable \- stop/start printers and classes
ef416fc2 19.SH SYNOPSIS
bd7854cb 20.B cupsdisable
21[ -E ] [-U
22.I username
23] [ -c ] [ -h
24.I server[:port]
25] [ -r
ef416fc2 26.I reason
27] destination(s)
28.br
bd7854cb 29.B cupsenable
30[ -E ] [-U
31.I username
32] [ -c ] [ -h
33.I server[:port]
34] destination(s)
ef416fc2 35.SH DESCRIPTION
bd7854cb 36\fIcupsenable\fR starts the named printers or classes.
ef416fc2 37.LP
bd7854cb 38\fIcupsdisable\fR stops the named printers or classes. The
39following options may be used:
40.TP 5
41-E
42.br
43Forces encryption of the connection to the server.
ef416fc2 44.TP 5
bd7854cb 45-U username
46.br
47Uses the specified username when connecting to the server.
48.TP 5
49-c
ef416fc2 50.br
51Cancels all jobs on the named destination.
52.TP 5
bd7854cb 53-h server[:port]
54.br
55Uses the specified server and port.
56.TP 5
57-r "reason"
ef416fc2 58.br
59Sets the message associated with the stopped state. If no reason is specified
60then the message is set to "Reason Unknown".
ef416fc2 61.SH COMPATIBILITY
bd7854cb 62Unlike the System V printing system, CUPS allows printer names to
63contain any printable character except SPACE, TAB, "/", or "#".
64Also, printer and class names are \fInot\fR case-sensitive.
65.LP
66The System V versions of these commands are \fIdisable\fR and
67\fIenable\fR. They have been renamed to avoid conflicts with the
68\fIbash(1)\fR build-in command of the same name.
69.LP
70The CUPS versions of \fIdisable\fR and \fIenable\fR may ask the
71user for an access password depending on the printing system
72configuration. This differs from the System V versions which
73require the root user to execute these commands.
ef416fc2 74.SH SEE ALSO
bd7854cb 75\fIaccept(8)\fR, \fIcancel(1)\fR, \fIlp(1)\fR, \fIlpadmin(8)\fR,
76\fIlpstat(1)\fR,
77.br
78http://localhost:631/help
ef416fc2 79.SH COPYRIGHT
bc44d920 80Copyright 2007 by Apple Inc.
ef416fc2 81
82.\"
bc44d920 83.\" End of "$Id: cupsenable.man 6649 2007-07-11 21:46:42Z mike $".
ef416fc2 84.\"