【Linux】Linux操作系统查看服务器配置信息

查看服务器配置信息 编写bash shell脚本查看Linux操作系统的服务器配置信息 1 #!/bin/bash 2 echo "This lists the information of this computer." 3 echo 4 echo "Hostname is $(tput setaf 3)`hostname`$(tput sgr0),\ 5 Ip address
相关文章
相关标签/搜索