Results 1 to 2 of 2
How to create a Linux kernel module that implements a file in /proc which displays information regarding the currently executing process.Also I need to know how to Implement a simple ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-21-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 1
Kernel Programming
How to create a Linux kernel module that implements a file in /proc which displays information regarding the currently executing process.Also I need to know how to Implement a simple user program that calls the read system call on the created proc entry and displays it.
- 09-23-2009 #2
I don't know exact solution ,but hints are :try with something like inotify.
So that as soon as process is created or file is created in /proc you will be notified.First they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org


Reply With Quote
