mirror of
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server.git
synced 2025-12-06 09:12:47 +01:00
Update README.md
This commit is contained in:
@@ -1071,6 +1071,12 @@ I won't provide [For the lazy](#Editing-Configuration-Files---For-The-Lazy) code
|
||||
sudo sysctl -p
|
||||
```
|
||||
|
||||
**Note**: If `sysctl` has trouble writing any settings then `sysctl -w` or `sysctl -p` will write an error to `stderr`. You can use this to quickly find invalid settings in your `/etc/sysctl.conf` file:
|
||||
|
||||
``` bash
|
||||
sudo sysctl -p >/dev/null
|
||||
```
|
||||
|
||||
([Table of Contents](#table-of-contents))
|
||||
|
||||
### Change Default `umask`
|
||||
|
||||
Reference in New Issue
Block a user