Linux System Information

System information commands

System Info

uname -a # all system information
uname -r # kernel version
hostname # system hostname
uptime # system uptime

Hardware Info

lscpu # CPU information
lsblk # block devices (disks)
lsusb # USB devices
lspci # PCI devices

Memory and Disk

free -h # memory usage
df -h # disk space usage
du -h directory # directory size
du -sh * # size of each item

OS Information

cat /etc/os-release # OS details
lsb_release -a # distribution info

Users

whoami # current user
who # logged in users
w # users and what they are doing
last # login history

Date and Time

date # current date and time
cal # calendar
timedatectl # time and date settings