一键查看Linux主机配置信息脚本2024年4月19日#linux#linux78你可以使用以下命令来查看您的 Linux 系统信息,还可以测试网络带宽及硬盘读写速率 wget -qO- bench.sh | bash 或者 curl -Lso- bench.sh | bash 效果如图: ---