what new kernel information can be added in proc file
Linux - KernelThis forum is for all discussion relating to the Linux kernel.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
what new kernel information can be added in proc file
in proc file system we can access various information of process and kernel...what new function can be added to enhance proc file system which is not part of present proc file system...
/proc data is exposed by (kernel) code that choses to. Needs to respond to (at least) read events against the (sub) directory(s) it creates.
Basically I guess you could put anything sensible there.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.