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