Tag: proc

Show Interrupts

Show interrupts cat /proc/interrupts

Show file swap

show file(s) swap cat /proc/swaps

Kernel Version

Get the version of the kernal cat /proc/version OR uname -r

Get Kernel Version

Show version of the kernel cat /proc/version

Meminfo

Show memory use $ cat /proc/meminfo

Network Stats

Show network adpters and statistics cat /proc/net/dev

Cpuinfo

Linux command to show information about the CPU cat /proc/cpuinfo # Result (example) processor : 0 vendor_id : AuthenticAMD cpu…

See Mounted File Systems

Shows all mounted file systems in Linux cat /proc/mounts