uuxqt(8) 1.03 uuxqt(8)
NAME
uuxqt - UUCP execution daemon
SYNOPSIS
uuxqt [ options ]
DESCRIPTION
The uuxqt daemon executes commands requested by uux (1)
from either the local system or from remote systems. It
is started automatically by the uucico (8) daemon (unless
uucico (8) is given the -q option).
There is normally no need to run this command, since it
will be invoked by uucico (8). However, it can be used to
provide greater control over the processing of the work
queue.
Multiple invocations of uuxqt may be run at once, as con-
trolled by the max-uuxqts configuration command.
OPTIONS
The following options may be given to uuxqt.
-c command
Only execute requests for the specified command. For
example: uuxqt -c rmail
-s system
Only execute requests originating from the specified
system.
-x type
Turn on particular debugging types. The following
types are recognized: abnormal, chat, handshake,
uucp-proto, proto, port, config, spooldir, execute,
incoming, outgoing. Only abnormal, config, spooldir
and execute are meaningful for uuxqt.
Multiple types may be given, separated by commas, and
the -x option may appear multiple times. A number
may also be given, which will turn on that many types
from the foregoing list; for example, -x 2 is equiva-
lent to -x abnormal,chat.
The debugging output is sent to the debugging file,
usually one of /usr/spool/uucp/Debug,
/usr/spool/uucp/DEBUG, or
/usr/spool/uucp/.Admin/audit.local.
-I file
Set configuration file to use. This option may not
be available, depending upon how uuxqt was compiled.
UUCP Taylor 1
uuxqt(8) 1.03 uuxqt(8)
FILES
The file names may be changed at compilation time or by
the configuration file, so these are only approximations.
/usr/lib/uucp/config - Configuration file.
/usr/spool/uucp - UUCP spool directory.
/usr/spool/uucp/Log - UUCP log file.
/usr/spool/uucppublic - Default UUCP public directory.
/usr/spool/uucp/Debug - Debugging file.
SEE ALSO
uucp(1), uux(1), uucico(8)
AUTHOR
Ian Lance Taylor (ian@airs.com or uunet!airs!ian)
UUCP Taylor 2