UUSCHED(ADM) UNIX System V
Name
uusched - the scheduler for the UUCP file transport program
Syntax
/usr/lib/uucp/uusched [ -x debug_level ] [ -u debug_level ]
Description
uusched is the uucp file transport scheduler. It is usually
started by the daemon uudemon.hour that is started by
cron(C) from an entry in /usr/spool/cron/crontabs/root:
39,9 * * * * /bin/su uucp -c "/usr/lib/uucp/uudemon.hour" > /dev/null
The two options are for debugging purposes only; -x
debug_level will output debugging messages from uusched and
-u debug_level will be passed as -x debug_level to uucico.
The debug_level is a number between 0 and 9; higher numbers
give more detailed information.
Files
/usr/lib/uucp/Systems
/usr/lib/uucp/Permissions
/usr/lib/uucp/Devices
/usr/lib/uucp/Maxuuscheds
/usr/spool/uucp/*
/usr/spool/uucppublic/*
See Also
uucico(ADM), cron(C), uucp(C), uudemon(ADM), uustat(C),
uux(C)
(printed 2/15/90) UUSCHED(ADM)