Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uulog(1) [debian man page]

UULOG(1)						      General Commands Manual							  UULOG(1)

NAME
uulog - Display the UUCP log file. SYNOPSIS
uulog [-n number] [-sf system] [-u user] [-DSF] [-I file] [-X debug] DESCRIPTION
Uulog is a program that displays the log file for the Taylor UUCP service. OPTIONS
-n, --lines number Show the given number of lines from the end of the log. -s, --system system Print entries for the named system. -f system, --follow=system Follow entries for the named system. -u, --user user Print entries for the named user. -F, --follow Follow entries for any system. -S, --statslog Show the statistics file. -D, --debuglog Show the debugging file. -X, --debug debug Set the debugging level. -I, --config file Set the configuration file to use. -v, --version Print the software version and exit. --help Print a help screen and exit. BUGS
According to comments in the source, this is a pretty bad implementation of uulog. It only takes a single -s and/or -u switch. SEE ALSO
uucp(1) AUTHOR
This manual page is a quick write-up for Debian done by Kevin Kreamer <kkreamer@etherhogz.org>, by making a manpage out of uulog --help. UULOG(1)

Check Out this Related Man Page

uuxqt(8)						      System Manager's Manual							  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 or --nouuxqt 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 controlled by the max-uuxqts configuration command. OPTIONS
The following options may be given to uuxqt. -c command, --command command Only execute requests for the specified command. For example: uuxqt --command rmail -s system, --system system Only execute requests originating from the specified system. -x type, --debug 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 --debug option may appear multiple times. A number may also be given, which will turn on that many types from the foregoing list; for example, --debug 2 is equivalent to --debug abnormal,chat. The debugging output is sent to the debugging file, which may be printed using uulog -D. -I file, --config Set configuration file to use. This option may not be available, depending upon how uuxqt was compiled. -v, --version Report version information and exit. --help Print a help message and exit. SEE ALSO
uucp(1), uux(1), uucico(8) AUTHOR
Ian Lance Taylor (ian@airs.com) Taylor UUCP 1.07 uuxqt(8)
Man Page