1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2024-12-04 10:24:46 +02:00

Fix a typo. modifno should be modinfo

This commit is contained in:
Xudong Zhang 2015-08-04 10:22:04 +08:00
parent 9b03ebf3c2
commit ab3319f766

View File

@ -449,7 +449,7 @@ A few examples of piecing together commands:
- `lshw`, `lscpu`, `lspci`, `lsusb`, `dmidecode`: hardware information, including CPU, BIOS, RAID, graphics, devices, etc.
- `lsmod` and `modifno`: List and show details of kernel modules.
- `lsmod` and `modinfo`: List and show details of kernel modules.
- `fortune`, `ddate`, and `sl`: um, well, it depends on whether you consider steam locomotives and Zippy quotations "useful"