1PQSTAT(1) pqstat PQSTAT(1)
2
3
4
6 pqstat - List jobs in NetWare print queue
7
9 pqstat [ -h ] [ -S server ] [ -U user name ] [ -P password
10 | -n ] [ -C ] [ -B ] queue name [ job count ]
11
13 pqstat lists specified number of jobs from the specified NetWare print
14 queue available to you on some server. If you are already connected to
15 some server, this one is used.
16
17 If pqstat does not print to a tty, the decorative header line is not
18 printed, so that you can count the jobs in print queue by doing
19
20 pqstat -S server queue | wc -l
21
22 pqstat 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 queue name
30 queue name is used to specify queue. You can not use wildcards in
31 the name.
32
33 job count
34 job count is used to specify how much entries will be shown. Default
35 is to show all entries.
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, pqstat 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 -B
61 By default, pqstat lists the Netware name of the print job owner.
62 -B causes it to list the banner name instead.
63
64
66 nwclient(5), nprint(1), slist(1), ncpmount(8), ncpumount(8), pqlist(1),
67 pqrm(1)
68
69
71 pqstat was written by David Woodhouse (dave@imladris.demon.co.uk)
72
73
74
75
76pqstat 03/03/1998 PQSTAT(1)