tldr/pages/linux/inxi.md

17 lines
375 B
Markdown
Raw Normal View History

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