转载自:http://linux.chinaunix.net/doc/2004-10-05/16.shtml#324lfindex0目录:/proc --- 一个虚拟文件系统加载 proc 文件系统察看 /proc 的文件得到有用的系统/内核信息有关运行中的进程的信息通过 /proc 与内核交互结论...
分类:
系统相关 时间:
2014-08-26 11:34:15
阅读次数:
361
Linux /proc、/dev Principle Learning
分类:
系统相关 时间:
2014-07-31 23:44:50
阅读次数:
507
http://www.richweb.com/cpu_infoA hyperthreaded processor has the same number of function units as an older, non-hyperthreaded processor. It just has t...
分类:
系统相关 时间:
2014-07-27 22:56:19
阅读次数:
518
proc为一个内核数据结构接口,用户空间和内核空间可以通过该接口通信,
与普通文件不同的是,这些虚拟文件的内容都是动态创建的。
proc文件系统是一个伪文件系统,它只存在内存当中,而不占用外存空间。
它以文件系统的方式为访问系统内核数据的操作提供接口。用户和应用程序
可以通过 proc得到系统的信息,并可以改变内核的某些参数。
proc
文件系统可以被用于收集有用的关于系统和运行中的内...
分类:
系统相关 时间:
2014-06-02 12:37:22
阅读次数:
388