223 lines
3.4 KiB
Groff
223 lines
3.4 KiB
Groff
.TH NPRINT 1 12/27/1995 nprint nprint
|
|
.SH NAME
|
|
nprint \- NetWare print client
|
|
.SH SYNOPSIS
|
|
.B nprint
|
|
[
|
|
.B -S
|
|
.I server
|
|
] [
|
|
.B -h
|
|
] [
|
|
.B -U
|
|
.I user name
|
|
] [
|
|
.B -P
|
|
.I password
|
|
|
|
|
.B -n
|
|
] [
|
|
.B -C
|
|
] [
|
|
.B -q
|
|
.I queue name
|
|
] [
|
|
.B -d
|
|
.I job description
|
|
] [
|
|
.B -p
|
|
.I path name
|
|
] [
|
|
.B -b
|
|
.I banner name
|
|
] [
|
|
.B -f
|
|
.I file name in banner
|
|
] [
|
|
.B -l
|
|
.I lines
|
|
] [
|
|
.B -r
|
|
.I rows
|
|
] [
|
|
.B -c
|
|
.I copies
|
|
] [
|
|
.B -t
|
|
.I tab size
|
|
] [
|
|
.B -T
|
|
] [
|
|
.B -N
|
|
] [
|
|
.B -F
|
|
.I form number
|
|
]
|
|
.B file
|
|
|
|
.SH DESCRIPTION
|
|
With
|
|
.B nprint,
|
|
you can print files on print queues of a NetWare file server.
|
|
|
|
There are a lot of options, so you should probably wrap some default
|
|
configurations into some shell scripts.
|
|
|
|
.B nprint
|
|
looks up the file
|
|
.I $HOME/.nwclient
|
|
to find a file server, a user name and possibly a password. See
|
|
nwclient(5) for more information. Please note that the access
|
|
permissions of .nwclient MUST be 600, for security reasons.
|
|
|
|
.SH OPTIONS
|
|
.B file
|
|
.RS 3
|
|
.B file
|
|
is the name of the file you want to print. If file is '-', or no
|
|
filename is given, standard input is used.
|
|
.RE
|
|
|
|
.B -h
|
|
.RS 3
|
|
.B -h
|
|
is used to print out a short help text.
|
|
.RE
|
|
|
|
.B -S
|
|
.I server
|
|
.RS 3
|
|
.B server
|
|
is the name of the server you want to use.
|
|
.RE
|
|
|
|
.B -U
|
|
.I user
|
|
.RS 3
|
|
.B user
|
|
is the user name to use for the print request at the server.
|
|
.RE
|
|
|
|
.B -P
|
|
.I password
|
|
.RS 3
|
|
.B password
|
|
is the password to use for the print request at the server. If neither
|
|
.B -n
|
|
nor
|
|
.B -P
|
|
are given, and the user has no open connection to the server, nprint
|
|
prompts for a password.
|
|
.RE
|
|
|
|
.B -n
|
|
.RS 3
|
|
.B -n
|
|
should be given if no password is required for the print request.
|
|
.RE
|
|
|
|
.B -C
|
|
.RS 3
|
|
By default, passwords are converted to uppercase before they are sent
|
|
to the server, because most servers require this. You can turn off
|
|
this conversion by
|
|
.B -C.
|
|
.RE
|
|
|
|
.B -q
|
|
.I queue name
|
|
.RS 3
|
|
.B queue name
|
|
is the name of the print queue to use at the print server. At
|
|
present, you must specify it in upper case characters.
|
|
.RE
|
|
|
|
.B -d
|
|
.I job description
|
|
.RS 3
|
|
.B job description
|
|
is the string that appears in pconsole when you list the jobs for the
|
|
print queue. It is also printed somewhere on the top of the banner
|
|
page.
|
|
.RE
|
|
|
|
.B -p
|
|
.I pathname
|
|
.RS 3
|
|
.B pathname
|
|
is the string you want to be printed on the banner page in the field
|
|
'path'.
|
|
.RE
|
|
|
|
.B -b
|
|
.I bannername
|
|
.RS 3
|
|
.B bannername
|
|
is the string (up to 12 characters) you want to appear on the lower
|
|
part of the banner page.
|
|
.RE
|
|
|
|
.B -f
|
|
.I filename
|
|
.RS 3
|
|
.B filename
|
|
is the string (up to 12 characters) you want to appear on the upper
|
|
part of the banner page. Default: the name of the file that is
|
|
printed, or 'stdin'.
|
|
.RE
|
|
|
|
.B -l
|
|
.I lines
|
|
.RS 3
|
|
.B lines
|
|
is the number of lines to put on one page. Default: 66
|
|
.RE
|
|
|
|
.B -r
|
|
.I rows
|
|
.RS 3
|
|
.B rows
|
|
is the number of rows to put on one page. Default: 80
|
|
.RE
|
|
|
|
.B -c
|
|
.I copies
|
|
.RS 3
|
|
.B copies
|
|
tells the print server to the specified number of copies. Default: 1
|
|
.RE
|
|
|
|
.B -t
|
|
.I tabs
|
|
.RS 3
|
|
.B tabs
|
|
is the number of spaces to print for a Tab-Character. Default: 8
|
|
.RE
|
|
|
|
.B -T
|
|
.RS 3
|
|
tells the print server to expand Tab-Character and use 8 spaces
|
|
.RE
|
|
|
|
.B -N
|
|
.RS 3
|
|
tells the print server
|
|
.B not
|
|
to use Form Feeds
|
|
.RE
|
|
|
|
.B -F
|
|
.I form number
|
|
.RS 3
|
|
.B form number
|
|
is the the number of the form to be put into the printer. If it's
|
|
different from the one currently in the printer, your job is only
|
|
printed if a printer operator has put in the correct form.
|
|
.RE
|
|
|
|
.SH SEE ALSO
|
|
.B nwclient(5), slist(1), pqlist(1), ncpmount(8), ncpumount(8)
|
|
|
|
.SH CREDITS
|
|
nprint was written by Volker Lendecke (lendecke@namu01.gwdg.de)
|