Manual Page Result
0
Command: uulog | Section: 1 | Source: Digital UNIX | File: uulog.1.gz
uulog(1) General Commands Manual uulog(1)
NAME
uulog - Displays UUCP log files
SYNOPSIS
uulog -f system [-number]
uulog
uulog systems [-number]
uulog -s system [-number]
uulog -x [systems]
The uulog command displays the contents of a log file of uucico or
uuxqt activities.
STANDARDS
Interfaces documented on this reference page conform to industry stan-
dards as follows:
uulog: XPG4
Refer to the standards(5) reference page for more information about in-
dustry standards and associated tags.
OPTIONS
[DIGITAL] Performs a tail -f on the file transfer log for the speci-
fied system, displaying the end of the log file. Use the Interrupt key
sequence to leave the file and return to the prompt. Prints informa-
tion about copy requests involving the specific system. If no system
is specified, information is displayed for all systems.
Note: System name can contain only ASCII characters. [DIGI-
TAL] Displays the uuxqt log file for the specified system. If
no system is specified, information is displayed for all sys-
tems. [DIGITAL] Displays the last lines of the log file. The
number of lines is determined by the number argument. (To dis-
play the lines, the uulog command issues a tail for the speci-
fied number of lines.)
DESCRIPTION
Individual log files are created for each remote system with which the
local system communicates using the uucp, uusend, uuto, or uux com-
mands.
Use the uulog command to display a summary of uucp, uusend, uuto, and
uux command requests by user or by system. All of these transactions
are logged in files under the /usr/spool/uucp/.Log/ directory. The
files are named daemon_name/system, where the daemon_name directory is
named for the daemon involved and the system file is named for the re-
mote system the daemon is contacting.
The uucp and uuto commands call the uucico daemon. The uucico activi-
ties are logged in the system file in the /usr/spool/uucp/.Log/uucico
directory.
The uux and uusend commands call the uuxqt daemon. The uuxqt activi-
ties are logged in the system file of the
/usr/spool/uucp/.Log/uuxqt/system directory.
You can examine these individual log files by issuing the uulog command
directly. However, you can also have these temporary log files ap-
pended to a primary log file that you can then examine. This is called
compacting the log files and is handled by uudemon.cleanu, a shell
script in /usr/lib/uucp.
EXAMPLES
To display the uucico log file for system hera, enter: uulog -s hera
[DIGITAL] To display the uuxqt log file, enter: uulog -x [DIGITAL] To
display the last forty lines of the file transfer log for system zeus,
enter: uulog -f zeus -40 To display the uucico log file for systems
pluto and venus, enter: uulog pluto venus [DIGITAL] To display the
uuxqt log file for systems pluto and venus, enter: uulog -x pluto venus
FILES
Contains log files. Public directory.
SEE ALSO
Commands: ct(1), cu(1), tail(1), tip(1), uucico(8), uucleanup(8),
uucp(1), uuencode(1), uudecode(1), uuname(1), uupick(1), uusched(8),
uusend(1), uustat(1), uuto(1), uux(1)
Standards: standards(5)
uulog(1)