Hi,

I have a problem regarding a /proc entry.

I created a /proc entry (/proc/spoon) from a kernel module. Now, there
is a user mode process which has to access this entry and write some
data into it. I am using the regular 'open' and 'write' system calls
in the user mode process to open /proc/spoon and write into it.

I am able to open /proc/spoon but am not able to write into it. The
entry /proc/spoon does have write permissions and I am opening the
file in RDWR mode as well. Is there anything I need to do more to make
it work? Or else, is there anything related to the proc filesystem
that I am missing out on?


Thanks in advance :)
-Shri
--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List:      (plug-mail@plug.org.in)
List Information:  http://plug.org.in/mailing-list/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.

Reply via email to