mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 14:06:00 +02:00
inxi: add page (#2086)
This commit is contained in:
parent
2dd55cabba
commit
057c8bf26d
1 changed files with 11 additions and 0 deletions
11
pages/linux/inxi.md
Normal file
11
pages/linux/inxi.md
Normal 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`
|
Loading…
Add table
Reference in a new issue