Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 603 Bytes

systemInfo.md

File metadata and controls

30 lines (20 loc) · 603 Bytes

Linux system Info

tree

cat /etc/*release Which distro

uname -a Which kernel

free -h Memory info

df -h disk file system usage

du / -hd1 disk usage Root - human Readable and one level deep

cat /proc/cpuinfo Cpu information

lshw Hardware Information

ip address Shows the ip address

Cli fundamentals