Linux command
inxi 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
inxi
Example
inxi -ez
Example
inxi -C
Example
inxi -G
Example
inxi -m
Example
inxi -A
Example
inxi -s
Example
inxi -r
说明
inxi is a system information script that provides detailed information about hardware and software configuration. It's designed to be a quick debugging and support tool, producing clean, human-readable output. The tool aggregates information from various system sources including /proc, /sys, and utility commands, presenting it in a consistent format suitable for sharing in forums or support tickets.
参数
- -C, --cpu
- CPU information
- -G, --graphics
- Graphics card and display information
- -m, --memory
- RAM memory information
- -A, --audio
- Audio/sound card information
- -s, --sensors
- Sensor data (temperature, fans, voltages)
- -r, --repos
- Distribution repository information
- -e, --expanded
- Show extra details
- -z, --filter
- Filter out sensitive information (IPs, MACs, etc.)
- -F, --full
- Full system information output
FAQ
What is the inxi command used for?
inxi is a system information script that provides detailed information about hardware and software configuration. It's designed to be a quick debugging and support tool, producing clean, human-readable output. The tool aggregates information from various system sources including /proc, /sys, and utility commands, presenting it in a consistent format suitable for sharing in forums or support tickets.
How do I run a basic inxi example?
Run `inxi` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -C, --cpu do in inxi?
CPU information