Added sudo before sysctl
This commit is contained in:
@@ -93,7 +93,7 @@ Afterwards you will likely need to load the change into your system.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
## Can also use "sudo sysctl --system" to just have it reload all configs
|
## Can also use "sudo sysctl --system" to just have it reload all configs
|
||||||
sysctl --load=/etc/sysctl.conf
|
sudo sysctl --load=/etc/sysctl.conf
|
||||||
|
|
||||||
# or just manually set it
|
# or just manually set it
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user