Forrest logo
back to context overview

lshw

List of commands for lshw:

  • lshw:tldr:1f941 lshw: Save all network interfaces to an HTML file.
    $ sudo lshw -class network -html > ${interfaces-html}
    try on your machine
    explain this command
  • lshw:tldr:48a80 lshw: Launch the GUI.
    $ sudo lshw -X
    try on your machine
    explain this command
  • lshw:tldr:9a537 lshw: List all hardware in tabular format.
    $ sudo lshw -short
    try on your machine
    explain this command
  • lshw:tldr:dcdb2 lshw: List all disks and storage controllers in tabular format.
    $ sudo lshw -class disk -class storage -short
    try on your machine
    explain this command
back to context overview