Unix and Linux Discussions Tagged with printing |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
2,902 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
7,746 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,813 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,821 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,982 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
7,969 |
Shell Programming and Scripting |
|
|
|
0 |
3,478 |
UNIX for Beginners Questions & Answers |
|
|
|
24 |
13,947 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
5,904 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,246 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
5,190 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,298 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,886 |
Shell Programming and Scripting |
|
|
|
4 |
2,747 |
Shell Programming and Scripting |
|
|
|
17 |
5,448 |
Shell Programming and Scripting |
|
|
|
1 |
2,157 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,445 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,181 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
7,951 |
UNIX for Dummies Questions & Answers |
|
|
|
12 |
3,919 |
Shell Programming and Scripting |
|
|
|
1 |
14,593 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,171 |
Shell Programming and Scripting |
|
|
|
1 |
9,311 |
Linux |
|
|
|
1 |
2,535 |
Solaris |
|
|
|
8 |
6,084 |
Shell Programming and Scripting |
|
|
|
2 |
3,477 |
Shell Programming and Scripting |
|
|
|
0 |
2,033 |
Solaris BigAdmin RSS |
|
|
|
1 |
12,452 |
Slackware |
|
|
|
0 |
4,918 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
13,715 |
Shell Programming and Scripting |
|
|
|
4 |
11,217 |
Shell Programming and Scripting |
|
|
|
23 |
268,437 |
AIX |
|
|
|
18 |
21,206 |
HP-UX |
|
|
|
9 |
12,641 |
Shell Programming and Scripting |
|
|
|
0 |
1,666 |
UNIX and Linux RSS News |
|
|
|
2 |
4,074 |
HP-UX |
|
|
|
0 |
2,539 |
OS X Support RSS |
|
|
|
6 |
2,775 |
Shell Programming and Scripting |
|
|
|
0 |
2,809 |
OS X (Apple) |
|
|
|
1 |
3,026 |
IP Networking |
rlprrc(5) UNIX Reference Manual rlprrc(5)
NAME
rlprrc - remote printing resource file
DESCRIPTION
The rlprrc configuration file is consulted by the remote printing commands (rlpr(1), rlpq(1), and rlprm(1)) to resolve a printqueue or a
hostname. It can be used to either lookup a printqueue (printer) for a given host, or a host for a given printqueue. If both the printer
and the printhost are known, this file is never consulted.
Initially, the remote printing commands look for the file .rlprrc in the user's home directory. If that file cannot be found or does not
provide the information necessary to resolve the query, then the system-wide /etc/rlprrc is consulted (if present). If resolution is still
unsuccessful, the command fails.
There is one entry per line - each line has the format:
hostname: printer1 printer2 ... printerN
Which indicates that host hostname has printers printer1 printer2 ... printerN available. In the case where the remote printing command
knows the host to print to but does not know which printer to use on that host, the first one (printer1 here) will be used.
In the case where the remote printing command knows the printqueue (printer) to print to but does not know what host has that queue, the
last host which has the specified printqueue is used. If this behavior is not acceptable, you can force a certain host to always be used
for a certain printqueue by putting a ! after the printqueue name.
For example, an .rlprrc file containing:
foo.baz.org: litho laserjet4!
foo.bar.org: laserjet4 lineprinter
will always resolve the printqueue laserjet4 to foo.baz.org no matter what other hosts have a printqueue named laserjet4.
The rlprrc file is only consulted in situations where a printqueue or hostname needs to be resolved. It is provided only for convenience
and is not required.
SEE ALSO
rlpr(1), rlpq(1), rlprm(1), rlprd(8)
AUTHOR
meem <meem@gnu.org>
rlpr 2.04 1999/10/28 rlprrc(5)