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

Linux uuname command

Linux Command大全

The Linux uuname command is used to display all UUCP remote hosts.

uuname can display UUCP remote hosts.

Syntax

uuname [-alv][-I<configuration file>][--help]

Parameter Description:

  • -a or--aliases Display aliases.
  • -I<configuration file> or--config<configuration file> Specify the configuration file of the program.
  • -l or--local Display the local machine name.
  • -v or--version Display version information.
  • --help Display help.

Online Examples

Display UUCP host name

# uuname

Linux Command大全