6 Mayıs 2018 Pazar

lshw komutu

lshw
lspci , lscpu, lsusb,lsmod gibi komutlar ile kardeştir.

Çok uzun bir çıktı verir. Şöyle yaparız.
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=...
  *-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
-c seçeneği
Belli tipteki donanımı gösterir.

-c seçeneği + memory
Bios sürümünü görmek için şöyle yaparız.
# lshw -class memory
-c seçeneği + network
Şöyle yaparız.
lshw -class network
Şöyle yaparız.
lshw -c network
Şuna benzer bir çıktı alırız.
lshw -c network 
  *-network
       description: Network controller
       ...
  *-network
       description: Ethernet interface
       ...
Description şöyle olabilir.
description: Ethernet interface
Şöyle olabilir.
description: Wireless interface

Hiç yorum yok:

Yorum Gönder