PDA

View Full Version : What interesting information have you found in /proc?



learningcurb
July 2nd, 2009, 09:14 PM
So far I've found two that are handy: /proc/acpi/thermal_zone/ contains some information that is reported by your computer's internal temperature sensors.

Also, /proc/cpuinfo displays details about your processors and their current frequency setting. Neat eh?

wojox
July 2nd, 2009, 09:16 PM
This is a real time, memory resident file system
that tracks the processes running on your machine and the state of your
system. I wouldn't monkey around in there to much.
Are you in there thru the terminal it'll be ok.

learningcurb
July 2nd, 2009, 09:24 PM
Yeah, I am just browsing /proc via the terminal and using cat and less to look at files. Shouldn't it be fairly safe to poke around /proc as long as you don't write anything to it?

wojox
July 2nd, 2009, 09:30 PM
yeah

nmccrina
July 2nd, 2009, 09:52 PM
/proc/cpuinfo

+1

FuturePilot
July 2nd, 2009, 10:18 PM
Try /proc/meminfo
Gives info on RAM

learningcurb
July 2nd, 2009, 10:39 PM
Neat, /proc/meminfo is even more detailed than free -l.


+1

What does "+1" mean by the way?

sdowney717
July 3rd, 2009, 12:43 AM
it means "thumbs up", Good, I like it.