Tagged Questions
2
votes
1answer
438 views
Bash: permission denied for file write
I followed this tutorial guide on "How to Create Linux Proc Files in C Program using LKM".
I've successfully made my module and loaded it in. Now I want to echo to my proc file to make sure the ...