Latest web development tutorials

Linux uulog command

Linux command Daquan Linux command Daquan

Linux uulog command UUCP log file for display.

uulog can be used to display the UUCP log file records.

grammar

uulog [-DFISv][-<行数>][-f<主机>][-I<配置文件>][-n<行数>][-s<主机>][-u<用户>][-X<层级>][--help]

Parameter Description:

  • -D Or --debuglog display debugging records.
  • -f <host> or --follow <host> -F similar parameters, but only display associated with the specified host record.
  • -I <Profile> or --config <configuration file> Specifies the application configuration file.
  • - <Number of lines>, - n <line number> or --lines <number of lines> Display log file from the last date the specified number of rows value.
  • -s <host> show only records files, records related to the specified file.
  • -S Or --statslog statistical records show.
  • -u <user> or --suer <user> Display only the log file, records associated with the specified user.
  • -v or --version display version information.
  • -X <Level> or --debug <level> set debug level.
  • --help displays help.

Examples

Display uucp log information

# uulog

Linux command Daquan Linux command Daquan