other versions
- wheezy 2.2.6-9
PQLIST(1) | pqlist | PQLIST(1) |
NAME¶
pqlist - List available NetWare print queuesSYNOPSIS¶
pqlist [ -h ] [ -S server ] [ -U user name ] [ -P password| -n ] [ -C ] [ pattern ]
DESCRIPTION¶
pqlist lists all the NetWare print queues available to you on some server. If you are already connected to some server, this one is used.pqlist -S server | wc -l
OPTIONS¶
patternpattern is used to list only selected
queues. You can use wildcards in the pattern, but you have to be careful to
prevent shell interpretation of wildcards like '*'.
-h is used to print out a short help
text.
server is the name of the server you
want to use.
If the user name your NetWare administrator
gave to you differs from your unix user-id, you should use -U to tell
the server about your NetWare user name.
You may want to give the password required by
the server on the command line. You should be careful about using passwords in
scripts.
-n should be given to mount shares
which do not require a password to log in.
If neither -n nor -P are given, pqlist prompts for a
password.
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 -C.
SEE ALSO¶
nwclient(5), nprint(1), slist(1), ncpmount(8), ncpumount(8)CREDITS¶
pqlist was written by Volker Lendecke (lendecke@math.uni-goettingen.de)01/10/1996 | pqlist |