1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/inxi.md

17 lines
375 B
Markdown
Raw Normal View History

2018-05-02 02:45:08 -03:00
# inxi
> Print a summary of system information and resources for debugging purposes.
> More information: <https://manned.org/inxi>.
2018-05-02 02:45:08 -03:00
- Print a summary of CPU, memory, hard drive and kernel information:
2018-05-02 02:45:08 -03:00
`inxi`
- Print a full description of CPU, memory, disk, network and process information:
`inxi -Fz`
2019-08-23 18:24:31 +08:00
- Print information about the distribution's repository:
`inxi -r`