Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |
CODE |
$ cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 6 model name : AMD Athlon(tm) Processor stepping : 2 cpu MHz : 1595.353 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow bogomips : 2182.34 |
CODE |
$ cat /proc/devices ( System block and character devices ) $ ls /proc/driver ( Shows The drivers you can "cat", example: "cat /proc/driver/rtc" ) $ cat /proc/filesystems ( Lists supported filesystems ) # cat /proc/kmsg ( As root ! kernel messages . . close with Ctrl+C ) $ cat /proc/modules ( A list of loaded drivers ) $ ls /proc/net ( A directory with networking subdirectories ) $ cat /proc/partitions ( All partitions your kernel recognizes ) $ cat /proc/pci ( Devices in the pci slots ) $ ls /proc/sys ( Directory with system information you can "cat" ) $ cat /proc/version ( Kernel version, the gcc it was commpiled with, etc . . . ) |
Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |