mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 11:11:35 +01:00
Make debugfs directory naming more uniform
This commit is contained in:
@@ -5,6 +5,6 @@ mkdir -p /debugfs
|
||||
# That is the most common place to mount it.
|
||||
mount -t debugfs none /debugfs
|
||||
insmod /debugfs.ko
|
||||
cd /debugfs/kernel_module_cheat
|
||||
cd /debugfs/lkmc_debugfs
|
||||
cat myfile
|
||||
# => 42
|
||||
|
||||
Reference in New Issue
Block a user