]> git.ipfire.org Git - thirdparty/cups.git/blob - man/enable.man
165438df129e4928563da2560b10a9394707a7be
[thirdparty/cups.git] / man / enable.man
1 .\"
2 .\" "$Id: enable.man,v 1.4.2.5 2004/06/29 13:15:10 mike Exp $"
3 .\"
4 .\" enable/disable man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 1997-2004 by Easy Software Products.
7 .\"
8 .\" These coded instructions, statements, and computer programs are the
9 .\" property of Easy Software Products and are protected by Federal
10 .\" copyright law. Distribution and use rights are outlined in the file
11 .\" "LICENSE.txt" which should have been included with this file. If this
12 .\" file is missing or damaged please contact Easy Software Products
13 .\" at:
14 .\"
15 .\" Attn: CUPS Licensing Information
16 .\" Easy Software Products
17 .\" 44141 Airport View Drive, Suite 204
18 .\" Hollywood, Maryland 20636-3142 USA
19 .\"
20 .\" Voice: (301) 373-9600
21 .\" EMail: cups-info@cups.org
22 .\" WWW: http://www.cups.org
23 .\"
24 .TH enable 8 "Common UNIX Printing System" "23 January 2001" "Easy Software Products"
25 .SH NAME
26 disable, enable \- stop/start printers and classes
27 .SH SYNOPSIS
28 .B disable
29 [ -E ] [ \-c ] [ -h
30 .I server
31 ] [ \-r
32 .I reason
33 ] destination(s)
34 .br
35 .B enable
36 [ -E ] destination(s)
37 .SH DESCRIPTION
38 \fIenable\fR starts the named printers or classes.
39 .LP
40 \fIdisable\fR stops the named printers or classes. The following options may
41 be used:
42 .TP 5
43 \-c
44 .br
45 Cancels all jobs on the named destination.
46 .TP 5
47 \-r [ \fIreason\fR ]
48 .br
49 Sets the message associated with the stopped state. If no reason is specified
50 then the message is set to "Reason Unknown".
51 .LP
52 The \fI-E\fR option forces encryption when connecting to the server.
53 .SH COMPATIBILITY
54 The CUPS versions of \fIdisable\fR and \fIenable\fR may ask the user for an
55 access password depending on the printing system configuration. This differs
56 from the System V versions which require the root user to execute these
57 commands.
58 .SH SEE ALSO
59 accept(8), cancel(1), lp(1), lpadmin(8), lpstat(1), reject(8),
60 CUPS Software Administrators Manual,
61 http://localhost:631/documentation.html
62 .SH COPYRIGHT
63 Copyright 1993-2004 by Easy Software Products, All Rights Reserved.
64
65 .\"
66 .\" End of "$Id: enable.man,v 1.4.2.5 2004/06/29 13:15:10 mike Exp $".
67 .\"