![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help ! SQL and Proc *C | iwbasts | High Level Programming | 5 | 05-18-2006 12:42 AM |
| proc | bache_gowda | UNIX for Dummies Questions & Answers | 7 | 05-23-2005 08:18 AM |
| mounting /proc or /usr | moxxx68 | UNIX for Advanced & Expert Users | 5 | 12-05-2004 12:10 PM |
| /proc | aojmoj | UNIX for Advanced & Expert Users | 3 | 11-20-2002 01:54 PM |
| about /proc | fuqiang1976 | UNIX for Dummies Questions & Answers | 1 | 09-10-2001 04:46 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
The df/bdf command shows /proc 100% full all the time. What does /proc contain? and why 100% all the time even on a new setup.
|
| Forum Sponsor | ||
|
|
|
|||
|
"The /proc file system is only a "Virtual" file system. none of the files in /proc are really there—they're all, "pretend" files made up by the kernel to give you information about the system and don't take up any hard disk space.
Many programs actually gather information from files in /proc(ie. ps, top). /proc is a good source of information about your hardware, Memory and Performance. Most of it is read-only, but some files allow kernel variables to be changed in real time. Catting proc will let you see what is in a particular file of proc: cat /proc/meminfo cat /proc/cpuinfo and the number directories in /proc are running process information by PID. |
|||
| Google The UNIX and Linux Forums |