UUCICO(1M) (Basic Networking Utilities) UUCICO(1M)
NAME
uucico - file transport program for the uucp system
SYNOPSIS
/usr/lib/uucp/uucico [ -r role_number ] [ -x debug_level ]
[ -i interface ] [ -d spool_directory ] -s system_name
DESCRIPTION
uucico is the file transport program for uucp work file
transfers. Role numbers for the -r are the digit 1 for
master mode or 0 for slave mode (default). The -r option
should be specified as the digit 1 for master mode when
uucico is started by a program or cron. uux and uucp both
queue jobs that will be transferred by uucico. It is
normally started by the scheduler, uusched, but can be
started manually; this is done for debugging. For example,
the shell Uutry starts uucico with debugging turned on. A
single digit must be used for the -x option with higher
numbers for more debugging.
The -i option defines the interface used with uucico. This
interface affects only slave mode. Known interfaces are
UNIX (default), TLI (basic Transport Layer Interface), and
TLIS (Transport Layer Interface with STREAMS modules,
read/write).
The -d option is used to specify the directory
(spooldirectory) that contains the work files to be
transferred. The default spool directory is /usr/spool/uucp
. The -s option defines the system (system_name) that uucico
will try to contact. The system_name must be defined in the
Systems file.
FILES
/usr/lib/uucp/Systems
/usr/lib/uucp/Permissions
/usr/lib/uucp/Devices
/usr/lib/uucp/Devconfig
/usr/lib/uucp/Sysfiles
/usr/lib/uucp/Maxuuxqts
Page 1 May 1989
UUCICO(1M) (Basic Networking Utilities) UUCICO(1M)
/usr/lib/uucp/Maxuuscheds
/usr/spool/uucp/*
/usr/spool/locks/LCK*
/usr/spool/uucppublic/*
SEE ALSO
cron(1M), crontab(1M), uusched(1M), uutry(1M).
uucp(1C), uustat(1C), uux(1C) in the User's Reference
Manual.
Page 2 May 1989