Update README.md

This commit is contained in:
IMTheNachoMan
2019-02-12 10:54:02 -05:00
committed by GitHub
parent bf843ff0a1
commit d91532f3b3

View File

@@ -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`