1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

dmidecode: add Chinese translation (#15489)

dmidecode: add zh translation
This commit is contained in:
witt 2025-01-19 15:04:43 +08:00 committed by GitHub
parent c0459a1dbb
commit 03e6af3254
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,29 @@
# dmidecode
> 以人类可读的格式显示 DMI(也称为 SMBIOS)表内容。
> 需要 root 权限。
> 更多信息:<https://manned.org/dmidecode>.
- 显示所有 DMI 表内容:
`sudo dmidecode`
- 显示 BIOS 版本:
`sudo dmidecode -s bios-version`
- 显示系统的序列号:
`sudo dmidecode -s system-serial-number`
- 显示 BIOS 信息:
`sudo dmidecode -t bios`
- 显示 CPU 信息:
`sudo dmidecode -t processor`
- 显示内存信息:
`sudo dmidecode -t memory`