mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
modprobe: remove sudo from dry run (#21981)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user