
proc
文章平均质量分 80
a363175481
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Read and Write a /proc File
转自:http://linux.die.net/lkmpg/x769.html We have seen a very simple example for a /proc file where we only read the file /proc/helloworld. It's also possible to write in a /proc file. It works the sam转载 2012-02-13 15:48:38 · 1021 阅读 · 0 评论 -
The /proc File System
转自:http://linux.die.net/lkmpg/x710.html In Linux, there is an additional mechanism for the kernel and kernel modules to send information to processes --- the /proc file system. Originally designed转载 2012-02-13 15:28:29 · 720 阅读 · 0 评论