Added sudo before sysctl
This commit is contained in:
parent
0b26c4ddc3
commit
45c6174d27
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user