Linux 命令(257)—— hostid 命令

2023-02-23 09:17:09 浏览数 (1)

文章目录

  • 1.命令简介
  • 2.命令格式
  • 3.选项说明
  • 4.常用示例
  • 参考文献

1.命令简介

hostid 打印当前主机的十六进制数字标识符。

2.命令格式

代码语言:javascript复制
hostid [OPTION]

3.选项说明

代码语言:javascript复制
--help 显示帮助信息后退出。
--version 输出版本信息后退出。

4.常用示例

(1)打印当前主机的数字化标识。

代码语言:javascript复制
hostid
007f0100

(2)显示帮助信息。

代码语言:javascript复制
hostid --help
Usage: hostid [OPTION]
Print the numeric identifier (in hexadecimal) for the current host.

      --help     display this help and exit
      --version  output version information and exit

GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
For complete documentation, run: info coreutils 'hostid invocation'

0 人点赞