【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
相關文章
相關標籤/搜索