English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux uulog command

Linux Command Manual

Linux uulog command is used to display UUCP log files.

uulog is used to display records in UUCP log files.

Syntax

uulog [-DFISv][-<line number>][-f<host>][-I<configuration file>][-n<line number>][-s<host>][-u<user>][-X<level>][--help]

Parameter Description:

  • -D or--debuglog Display debug records.
  • -f<host> or--follow<host> With-F parameters are similar, but only display records related to the specified host.
  • -I<configuration file> or--config<configuration file> Specify the configuration file of the program.
  • -<line number>,-n<line number> or--lines<line number> Display the specified number of lines from the end of the log file.
  • -s<host> Only display records related to the specified file in the log file.
  • -S or--statslog Display statistical records.
  • -u<user> or--user<user> Only display records related to the specified user in the log file.
  • -v or--version Display version information.
  • -X<level> or--debug<level> Set debug level.
  • --help Display help.

Online Examples

Display uucp log information

# uulog

Linux Command Manual