如何得到HP小型机的序列号,
方法1: echo "sc product system;info;wait;il" | cstm | grep -i "system serial"
方法2: getconf CS_MACHINE_SERIAL
方法3: print_manifest | grep -i "Serial number"
方法1: echo "sc product system;info;wait;il" | cstm | grep -i "system serial"
方法2: getconf CS_MACHINE_SERIAL
方法3: print_manifest | grep -i "Serial number"
本文介绍了三种获取HP小型机序列号的方法:方法1使用echo命令通过cstm获取;方法2利用getconf命令;方法3通过print_manifest命令并grep过滤。
441

被折叠的 条评论
为什么被折叠?



