File I/O in a Linux kernel module

后端 未结 6 1300
闹比i
闹比i 2020-11-30 04:53

I\'m writing a Linux kernel module that needs to open and read files. What\'s the best way to accomplish that?

6条回答
  •  星月不相逢
    2020-11-30 05:24

    You can also find some informations about sys_call_open in this Linux Kernel Module Programing Guide.

提交回复
热议问题