Linux. System Information
uname -a
uname -a
- -a: This option stands for "all" and tells uname to display all available system information.
When you run uname -a, you typically get a line of output that includes:
- Kernel Name: The name of the kernel (e.g., Linux).
- Node Name: The hostname of the system.
- Kernel Release: The version of the kernel.
- Kernel Version: Detailed version info including build date.
- Machine: The hardware name (e.g., x86_64 for 64-bit systems).
- Processor: The processor type (may be the same as machine).
- Hardware Platform: Indicates the specific hardware platform.
- Operating System: The name of the operating system.
Example output:
Linux hostname 5.4.0-42-generic #46-Ubuntu SMP Thu Oct 15 10:12:22 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
neofetch
neofetch: pretty output
Source
Poe the AI