1NWPQJOB(1) nwpqjob NWPQJOB(1)
2
3
4
6 nwpqjob - Perform operations on the jobs in NetWare print queue
7
9 nwpqjob [ -h ] [ -S server ] [ -U user name ] [ -P password | -n ] [ -C
10 ] < -d | -r > queue_name job_ID [ another_job_ID ... ]
11
12 pqrm [ -h ] [ -S server ] [ -U user name ] [ -P password | -n ] [ -C ]
13 queue_name job_ID [ another_job_ID ... ]
14
15
17 pqrm or nwpqjob -d remove specified jobs from the specified NetWare
18 print queue.
19
20 nwpqjob -r resumes specified job in the specified NetWare print queue.
21
22 nwpqjob 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 -d
30 Delete specified print job(s). This is default operation for pqrm.
31
32 -r
33 Resume (clear OPERATOR HOLD and USER HOLD flags) specified print
34 job(s).
35
36 queue_name
37 queue_name is used to specify queue. You can not use wildcards in
38 the name.
39
40 job_ID , another_job_ID
41 job_ID is used to specify which job has to be deleted or resumed.
42
43 -S server
44 server is the name of the server you want to use.
45
46 -U user name
47 If the user name your NetWare administrator gave to you differs from
48 your unix user-id, you should use -U to tell the server about your
49 NetWare user name.
50
51 -P password
52 You may want to give the password required by the server on the com‐
53 mand line. You should be careful about using passwords in scripts.
54
55 -n
56 -n should be given to mount shares which do not require a password
57 to log in.
58
59 If neither -n nor -P are given, pqstat prompts for a password.
60
61 -C
62 By default, passwords are converted to uppercase before they are
63 sent to the server, because most servers require this. You can turn
64 off this conversion by -C.
65
66
68 nwclient(5), nprint(1), slist(1), ncpmount(8), ncpumount(8), pqlist(1),
69 pqstat(1)
70
71
73 nwpqjob was written by Petr Vandrovec (vandrove@vc.cvut.cz). Resuming
74 of print jobs was added by Zdenek Roub (zroub@ssps.zcu.cz).
75
76
77
78nwpqjob 07/16/2003 NWPQJOB(1)