mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 04:26:30 +08:00
Fix typo
This commit is contained in:
parent
afa1d3ad83
commit
538e29d94e
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ A few examples of piecing together commands:
|
|||
|
||||
- `lsb_release`: Linux distribution info
|
||||
|
||||
- `lsblk`: list block devices: a tree view of your disks and disk paritions
|
||||
- `lsblk`: list block devices: a tree view of your disks and disk partitions
|
||||
|
||||
- `lshw`, `lscpu`, `lspci`, `lsusb`, `dmidecode`: hardware information, including CPU, BIOS, RAID, graphics, devices, etc.
|
||||
|
||||
|
|
Loading…
Reference in a new issue