Linux Comm Uulog
# Linux uulog Command
[ Linux Command Manual](#)
The Linux uulog command is used to display UUCP log files.
uulog can be used to display records in UUCP log files.
### Syntax
uulog
**Parameter Description**:
* -D or --debuglog: Display debug log.
* -f or --follow: Similar to the -F parameter, but only displays records related to the specified host.
* -I or --config: Specify the program's configuration file.
* -, -n, or --lines: Display the specified number of lines from the end of the log file.
* -s: Only display records related to the specified host in the log file.
* -S or --statslog: Display statistics log.
* -u or --user: Only display records related to the specified user in the log file.
* -v or --version: Display version information.
* -X or --debug: Set the debug level.
* --help: Display help.
### Example
Display uucp log information
# uulog
[ Linux Command Manual](#)
YouTip