modprobe: remove sudo from dry run (#21981)

This commit is contained in:
Managor
2026-04-13 12:51:44 +07:00
committed by GitHub
parent 9948acb15c
commit 7daaece81d
+1 -1
View File
@@ -6,7 +6,7 @@
- Pretend to load a module into the kernel, but don't actually do it:
`sudo modprobe {{[-n|--dry-run]}} {{module_name}}`
`modprobe {{[-n|--dry-run]}} {{module_name}}`
- Load a module into the kernel: