mirror of
https://github.com/gatieme/LDD-LinuxDeviceDrivers.git
synced 2026-08-24 16:49:48 +08:00
293 B
293 B
http://blog.sina.com.cn/s/blog_8795b0970101ij5d.html 写入proc文件 echo "Hello from kernel" /proc/proc_test/hello' 读取proc文件内容,将看到屏幕上显示了我们写入的字符串:Hello from kernel cat /proc/proc_test/hello