Files
tldr/pages.zh/linux/lshw.md

20 lines
416 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# lshw
> 以 root 用户身份列出硬件配置的详细信息。
> 更多信息:<https://manned.org/lshw>。
- 启动 GUI
`sudo lshw -X`
- 以表格格式列出所有硬件:
`sudo lshw -short`
- 以表格格式列出所有磁盘和存储控制器:
`sudo lshw -class disk -class storage -short`
- 将所有网络接口保存为 HTML 文件:
`sudo lshw -class network -html > {{interfaces.html}}`