faxrm(1) mgetty+sendfax manual faxrm(1)NAME
faxrm - remove fax jobs queued by faxspool(1)SYNOPSIS
faxrm [-i] [job-ids...]
DESCRIPTION
Remove job(s) from the fax queue set up by faxspool(1).
faxrm removes queued fax jobs. Call with a list of job-IDs to remove specific jobs. Call with no job IDs to be asked interactively about
all jobs you own (if run by root, all jobs). For job-id, use the strings returned by faxq(1) (e.g. F000015), without the ``/JOB'' exten-
tion.
If you are not the owner of the fax job (as per the 'user xyz' statement inside the JOB file), you are not allowed to remove the fax job.
Only root is permitted to remove another user's faxes.
If the job is locked (most likely because sendfax(8) is active sending it), faxrm doesn't attempt to remove it. Instead, it prints a warn-
ing message on stderr and goes on to the next job.
EXAMPLES
faxrm F000005 F000033
OPTIONS -i (interactive mode) Tells faxrm to ask for confirmation before removing the job (UNIMPLEMENTED).
BUGS
faxrm doesn't return diagnostic exit codes yet.
SEE ALSO faxrunq(1), faxrunq(8), faxspool(1), faxq(1), faxqueue(5)AUTHOR
faxrm is Copyright (C) 1993-2002 by Gert Doering, <gert@greenie.muc.de>.
greenie 23 Nov 02 faxrm(1)
Check Out this Related Man Page
faxrm(1) mgetty+sendfax manual faxrm(1)NAME
faxrm - remove fax jobs queued by faxspool(1)SYNOPSIS
faxrm [-i] [job-ids...]
DESCRIPTION
Remove job(s) from the fax queue set up by faxspool(1).
faxrm removes queued fax jobs. Call with a list of job-IDs to remove specific jobs. Call with no job IDs to be asked interactively about
all jobs you own (if run by root, all jobs). For job-id, use the strings returned by faxq(1) (e.g. F000015), without the ``/JOB'' exten-
tion.
If you are not the owner of the fax job (as per the 'user xyz' statement inside the JOB file), you are not allowed to remove the fax job.
Only root is permitted to remove another user's faxes.
If the job is locked (most likely because sendfax(8) is active sending it), faxrm doesn't attempt to remove it. Instead, it prints a warn-
ing message on stderr and goes on to the next job.
EXAMPLES
faxrm F000005 F000033
OPTIONS -i (interactive mode) Tells faxrm to ask for confirmation before removing the job (UNIMPLEMENTED).
BUGS
faxrm doesn't return diagnostic exit codes yet.
SEE ALSO faxrunq(1), faxrunq(8), faxspool(1), faxq(1), faxqueue(5)AUTHOR
faxrm is Copyright (C) 1993-2002 by Gert Doering, <gert@greenie.muc.de>.
greenie 23 Nov 02 faxrm(1)
I recently took a training through a college, and have obtained the CUSA certification, but I've been looking and don't see any jobs in unix out there! Does anyone know of hidden job markets in the unix administration area, located in the Detroit - Michigan area? (4 Replies)
How do I configure my solaris 8 machine to run a job using at scheduler, as a different user. my at job only run as a root user, but i want to configure users to run at job.
I try to run a job to copy file like
at "time" </copy_script
but this only run, if I run as a root user.
the file... (4 Replies)
Hello All,
I'm applying for a new job in telecommunications and have been asked to learn unix and pearl scripting. I've got a copy of knoppix Linux 03. I at this point only know how to list files, create directories, change permissions. I was instructed to learn how to create files, basic... (3 Replies)
All Sys Administrators,
With due respect I would like to know what should be BEST Things to
do when LEAVING one job , and what Precaution MUST be taken
while taking over new JOB?? Please Discuss in detail the STEP to be
taken for both the TIME ?? (3 Replies)
Last week, I got laid off.
Anybody know of any positions for someone with Cobol programming and AIX scripting experience, in the Northern NJ or NYC area? Or the contact info for a good headhunter?
FYI: Posting any such info is a violation of the TOS. Feel free to Private Message your... (2 Replies)
Hi I have a job that has been running for a while with the following statement to cleanup a directory:
find /dbmgtu01/app/myplace/log ! \( -name "dc*" -o -name "sc*" -o -name "ms*" \) -type f -mtime +30 -print -exec rm {} \ ;
The directory was recently changed to a mount point, with a symbolic... (2 Replies)
Hi,
i just got laid off :D, not fun, but i have a very wierd feeling. I want to continue my cloud computing exciting work and I am looking for takers.
A brief of my skills is
10 years exp in dev client server apps on unix platform using java/c++. 3 years of ruby. last one year of amazon ec2 and... (1 Reply)
Hello all:
Working on a job I was asked get a simple script to perform the following task and would like to ask for some help. I'm looking forward to learning more and diving deeper into the World of Open Source servers.
I need a script for a Unix server, using as few lines as possible, that... (4 Replies)
Hi,
I have a list of jobs scheduled in unix. I want to check whether a particular view or table is used in a job. If they are not used, I can make changes to them.
Thanks,
Raaga (2 Replies)
I have box created with filewatch job as the first job follwed by 2 other jobs . For the time period of 8:00 am to 8:00 pm,we can get files anytime , with out any restriction on the number of times we get the file.
So for this I need to make this box work in circular fashion i.e. once the box... (5 Replies)
Below is the requirement i am trying to do using auto sysjob.
I need to create a JOB or script which will do the below things for me
I have a box and there corresponding jobs as below
BOX_1
JOB_1
JOB_2
BOX_2--- SU(JOB_2), this will run only on completion (Success) of JOB_2
... (2 Replies)
I'm trying to send the file list as parameter to another job and execute it.
But the loop doesn't work, the inner job is running only once and not twice as expected
for filelist in $(ls -rt *.txt | tail -2)
do
echo $filelist
export filelist
cmd="$Program -config $configfile -autoexec... (11 Replies)
I used to use ls -l cut to detrmine file size, and google searches didn't come up with anything else but 'stat' which doesn't appear on HPUX.
I discovered the humble 'wc -c' which does this job very neatly, and thought I would share it. (7 Replies)
I have multiple jobs and each job dependent on other job.
Each Job generates a log and If job completed successfully log file end's with JOB ENDED SUCCESSFULLY message and if it failed then it will end with JOB ENDED with FAILURE.
I need an help how to start.
Attaching the JOB dependency... (3 Replies)