마더 보드 일련 번호와 컴퓨터 제품 모델을 확인하고 싶습니다. 나는 사용했다
sudo lshw | grep -m1 serial:
일련 번호를 grep하려면 ( "serial :"이 여러 번 발생하기 때문에 원하는 것이 첫 번째이기 때문에이 작업을 수행하고 "product :"에 대해 동시에 grep을 수행하려면 어떻게해야합니까? 첫 번째는 다시 내가 원하는 것입니다.
lshw
이것을 돌려줍니다 :
user@ubuntu:~$ sudo lshw
ubuntu-pc
description: Notebook
product: 23252DG (LENOVO_MT_2325)
vendor: LENOVO
version: ThinkPad X230
serial: R9TWZVR
width: 64 bits
capabilities: smbios-2.7 dmi-2.7 vsyscall32
configuration: administrator_password=disabled chassis=notebook family=ThinkPad X230 power-on_password=disabled sku=LENOVO_MT_2325 uuid=01ECC0B1-8251-CB11-8538-B7D9EC435D9B
*-core
description: Motherboard
product: 23252DG
vendor: LENOVO
physical id: 0
version: Not Defined
serial: 1ZPAB2AC2C1
slot: Not Available
*-cpu
description: CPU
product: Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
version: Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
serial: None
system
있습니까? 에 언급되지 않았습니다man lshw
. 우리-c system
는 항상 마더 보드 세부 정보를 보여줄 것이라고 확신 할 수 있습니까 ?