1PQLIST(1) pqlist PQLIST(1)
2
3
4
6 pqlist - List available NetWare print queues
7
9 pqlist [ -h ] [ -S server ] [ -U user name ] [ -P password
10 | -n ] [ -C ] [ pattern ]
11
13 pqlist lists all the NetWare print queues available to you on some
14 server. If you are already connected to some server, this one is used.
15
16 If pqlist does not print to a tty, the decorative header line is not
17 printed, so that you can count the printing queue available on your
18 server by doing
19
20 pqlist -S server | wc -l
21
22 pqlist looks up the file $HOME/.nwclient to find a file server, a user
23 name and possibly a password. See nwclient(5) for more information.
24 Please note that the access permissions of .nwclient MUST be 600, for
25 security reasons.
26
27
29 pattern
30 pattern is used to list only selected queues. You can use wildcards
31 in the pattern, but you have to be careful to prevent shell inter‐
32 pretation of wildcards like '*'.
33
34 -h
35 -h is used to print out a short help text.
36
37 -S server
38 server is the name of the server you want to use.
39
40 -U user name
41 If the user name your NetWare administrator gave to you differs from
42 your unix user-id, you should use -U to tell the server about your
43 NetWare user name.
44
45 -P password
46 You may want to give the password required by the server on the com‐
47 mand line. You should be careful about using passwords in scripts.
48
49 -n
50 -n should be given to mount shares which do not require a password
51 to log in.
52
53 If neither -n nor -P are given, pqlist prompts for a password.
54
55 -C
56 By default, passwords are converted to uppercase before they are
57 sent to the server, because most servers require this. You can turn
58 off this conversion by -C.
59
60
62 nwclient(5), nprint(1), slist(1), ncpmount(8), ncpumount(8)
63
64
66 pqlist was written by Volker Lendecke (lendecke@math.uni-goettingen.de)
67
68
69
70pqlist 01/10/1996 PQLIST(1)