1faxrm(1) mgetty+sendfax manual faxrm(1)
2
3
4
6 faxrm - remove fax jobs queued by faxspool(1)
7
9 faxrm [-i] [job-ids...]
10
12 Remove job(s) from the fax queue set up by faxspool(1).
13
14 faxrm removes queued fax jobs. Call with a list of job-IDs to remove
15 specific jobs. Call with no job IDs to be asked interactively about
16 all jobs you own (if run by root, all jobs). For job-id, use the
17 strings returned by faxq(1) (e.g. F000015), without the ``/JOB'' exten‐
18 tion.
19
20 If you are not the owner of the fax job (as per the 'user xyz' state‐
21 ment inside the JOB file), you are not allowed to remove the fax job.
22 Only root is permitted to remove another user's faxes.
23
24 If the job is locked (most likely because sendfax(8) is active sending
25 it), faxrm doesn't attempt to remove it. Instead, it prints a warning
26 message on stderr and goes on to the next job.
27
28
30 faxrm F000005 F000033
31
32
34 -i (interactive mode) Tells faxrm to ask for confirmation before
35 removing the job (UNIMPLEMENTED).
36
37
39 faxrm doesn't return diagnostic exit codes yet.
40
41
43 faxrunq(1), faxrunq(8), faxspool(1), faxq(1), faxqueue(5)
44
46 faxrm is Copyright (C) 1993-2002 by Gert Doering, <gert@gree‐
47 nie.muc.de>.
48
49
50
51greenie 23 Nov 02 faxrm(1)