/usr/share/cups/doc-root/help/man-cupsenable.html is in cups-server-common 1.7.2-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- SECTION: Man Pages -->
<head>
<link rel="stylesheet" type="text/css" href="../cups-printable.css">
<title>cupsenable(8)</title>
</head>
<body>
<h1 class="title">cupsenable(8)</h1>
<h2 class="title"><a name="NAME">Name</a></h2>
cupsdisable, cupsenable - stop/start printers and classes
<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
<b>cupsdisable
</b>[ -E ] [-U
<i>username
</i>] [ -c ] [ -h
<i>server[:port]
</i>] [ -r
<i>reason
</i>] [ --hold ] destination(s)
<br>
<b>cupsenable
</b>[ -E ] [-U
<i>username
</i>] [ -c ] [ -h
<i>server[:port]
</i>] [ --release ] destination(s)
<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
<i>cupsenable</i> starts the named printers or classes.
<p><i>cupsdisable</i> stops the named printers or classes. The
following options may be used:
<dl>
<dt>-E
</dt>
<dd></dd>
<dd>Forces encryption of the connection to the server.
</dd>
<dt>-U username
</dt>
<dd></dd>
<dd>Uses the specified username when connecting to the server.
</dd>
<dt>-c
</dt>
<dd></dd>
<dd>Cancels all jobs on the named destination.
</dd>
<dt>-h server[:port]
</dt>
<dd></dd>
<dd>Uses the specified server and port.
</dd>
<dt>--hold
</dt>
<dd></dd>
<dd>Holds remaining jobs on the named printer. Useful for allowing the current
job to complete before performing maintenance.
</dd>
<dt>-r "reason"
</dt>
<dd></dd>
<dd>Sets the message associated with the stopped state. If no reason is specified
then the message is set to "Reason Unknown".
</dd>
<dt>--release
</dt>
<dd></dd>
<dd>Releases pending jobs for printing. Use after running <i>cupsdisable</i> with
the <i>--hold</i> option to resume printing.
</dd>
</dl>
<h2 class="title"><a name="COMPATIBILITY">Compatibility</a></h2>
Unlike the System V printing system, CUPS allows printer names to
contain any printable character except SPACE, TAB, "/", or "#".
Also, printer and class names are <i>not</i> case-sensitive.
<p>The System V versions of these commands are <i>disable</i> and
<i>enable</i>. They have been renamed to avoid conflicts with the
<i>bash(1)</i> build-in commands of the same name.
<p>The CUPS versions of <i>disable</i> and <i>enable</i> may ask the
user for an access password depending on the printing system
configuration. This differs from the System V versions which
require the root user to execute these commands.
<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
<a href='man-cupsaccept.html?TOPIC=Man+Pages'>cupsaccept(8)</a>, <i>cupsreject(8)</i>, <a href='man-cancel.html?TOPIC=Man+Pages'>cancel(1)</a>, <a href='man-lp.html?TOPIC=Man+Pages'>lp(1)</a>,
<a href='man-lpadmin.html?TOPIC=Man+Pages'>lpadmin(8)</a>, <a href='man-lpstat.html?TOPIC=Man+Pages'>lpstat(1)</a>,
<br>
<a href='http://localhost:631/help'>http://localhost:631/help</a>
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
Copyright 2007-2013 by Apple Inc.
</body>
</html>
|