rlpq(1) | UNIX Reference Manual | rlpq(1) |
rlpq - remote line printer queue examination program
rlpq [-lmqNV] [-Hprinthost] [-Pprinter] [-Xproxyhost] [--debug] [--timeout=seconds] [--port=port] [ job # ... ] [ username ... ]
rlpq uses TCP/IP to examine print queues for printers anywhere on a network. Unlike lpq, it does not require that the remote printers be explicitly known to the local system (traditionally through /etc/printcap), and thus is considerably more flexible and requires less administration.
rlpq can be used anywhere a traditional lpq might be used, and is backwards compatible with traditional BSD lpq. If rlpq is invoked as lpq, it preserves all known lpq semantics.
rlpq can be set up, installed, and used in the same two ways as rlpr(1) (that is, either with or without the rlprd(8) proxy daemon). Please see rlpr(1) for details, and to see whether you will need to use the rlprd(8) proxy daemon or not.
Instead of using -H, one can specify the hostname directly including it with the printer name with the printer@hostname syntax.
The following environment variables are used by rlpq:
Note that one can also specify the host to examine by setting printer to be printer@hostname. This may be more convenient than setting RLPR_PRINTHOST, but will confuse the traditional BSD print commands.
~/.rlprrc Personal printer/host database /etc/hosts.lpd Host-based security on printhost /etc/hosts.equiv Host-based security on printhost /etc/passwd Personal identification /etc/rlprrc System-wide printer/host database
meem <meem@gnu.org>
Due to the dynamic nature of print queues, it is possible that the actual state of the queue may have changed between the time the snapshot was generated and the output was produced.
1999/10/28 | rlpr 2.04 |