106 lines
1.8 KiB
Groff
106 lines
1.8 KiB
Groff
.TH PQRM 1 03/03/1998 pqrm pqrm
|
|
.SH NAME
|
|
pqrm \- Remove job from NetWare print queue
|
|
.SH SYNOPSIS
|
|
.B pqrm
|
|
[
|
|
.B -h
|
|
] [
|
|
.B -S
|
|
.I server
|
|
] [
|
|
.B -U
|
|
.I user name
|
|
] [
|
|
.B -P
|
|
.I password
|
|
|
|
|
.B -n
|
|
] [
|
|
.B -C
|
|
]
|
|
.I queue_name
|
|
.I job_ID
|
|
[
|
|
.I another_job_ID
|
|
... ]
|
|
|
|
.SH DESCRIPTION
|
|
.B pqrm
|
|
remove specified jobs from the NetWare print queue available
|
|
to you on some server. If you are already connected to some server, this one
|
|
is used.
|
|
|
|
.B pqrm
|
|
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 queue_name
|
|
.RS 3
|
|
.B queue_name
|
|
is used to specify queue. You can not use wildcards in the name.
|
|
.RE
|
|
|
|
.B job_ID
|
|
,
|
|
.B another_job_ID
|
|
.RS 3
|
|
.B job_ID
|
|
is used to specify which job has to be deleted.
|
|
.RE
|
|
|
|
.B -S
|
|
.I server
|
|
.RS 3
|
|
.B server
|
|
is the name of the server you want to use.
|
|
.RE
|
|
|
|
.B -U
|
|
.I user name
|
|
.RS 3
|
|
If the user name your NetWare administrator gave to you differs
|
|
from your unix user-id, you should use
|
|
.B -U
|
|
to tell the server about your NetWare user name.
|
|
.RE
|
|
|
|
.B -P
|
|
.I password
|
|
.RS 3
|
|
You may want to give the password required by the server on the
|
|
command line. You should be careful about using passwords in scripts.
|
|
.RE
|
|
|
|
.B -n
|
|
.RS 3
|
|
.B -n
|
|
should be given to mount shares which do not require a password to log in.
|
|
|
|
If neither
|
|
.B -n
|
|
nor
|
|
.B -P
|
|
are given, pqstat prompts for a password.
|
|
.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
|
|
|
|
.SH SEE ALSO
|
|
.B nwclient(5), nprint(1), slist(1), ncpmount(8), ncpumount(8), pqlist(1), pqstat(1)
|
|
|
|
.SH CREDITS
|
|
pqrm was written by Petr Vandrovec (vandrove@vc.cvut.cz)
|
|
|