1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00

inxi: add page (#2086)

This commit is contained in:
Jesse Smith 2018-05-02 02:45:08 -03:00 committed by Owen Voke
parent 2dd55cabba
commit 057c8bf26d

11
pages/linux/inxi.md Normal file
View file

@ -0,0 +1,11 @@
# inxi
> Print a summary of system information and resources for debugging purposes.
- Print a short summary of CPU, memory, hard drive and kernel information:
`inxi`
- Print a full description of CPU, memory, disk, network and process information:
`inxi -Fz`