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