Linux Basic CPU and OS information Commands

Get the Operating System

cat /etc/*eles*

Check the bit count (32 or 64)

getconf LONG_BIT

Find your Raspberry Pi model via CLI

cat /proc/device-tree/model
Sidebar