hostid 命令详解

| 选择喜欢的代码风格  

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

hostid 命令安装:


-bash/zsh: hostid command not found

#Debian
apt-get install coreutils

#Ubuntu
apt-get install coreutils

#Alpine
apk add coreutils

#Arch Linux
pacman -S coreutils

#Kali Linux
apt-get install coreutils

#CentOS
yum install coreutils

#Fedora
dnf install coreutils

#OS X
brew install coreutils

#Raspbian
apt-get install coreutils

#Docker
docker run cmd.cat/hostid hostid

hostid 命令补充说明:


hostid 命令用于打印当前主机的十六进制数字标识。是主机的唯一标识,是被用来限时软件的使用权限,不可改变。

hostid 命令语法:


hostid [option]

hostid 命令选项:


--help:显示帮助信息;
--version:显示版本信息。

hostid 命令实例


hostid 显示系统主机名:

[root@commandnotfound ~]$ hostid
a8c00300

hostid 命令扩展阅读:




hostid 命令评论

共收录到 489Linux 命令