update Reloading hosts file instructions for Linux

This commit is contained in:
FadeMind 2015-11-25 18:50:02 +01:00
parent 9be186bafe
commit f1d8114499

View File

@ -101,10 +101,12 @@ and run:
`ipconfig /flushdns`
### Linux
Open a Terminal and run:
Open a Terminal and run with root privileges:
`/etc/rc.d/init.d/nscd restart`
**Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart`
**Linux with systemd**: systemctl restart network.service
**Linux with systemd**: `sudo systemctl restart network.service`
**Fedora Linux**: systemctl restart NetworkManager.service
**Fedora Linux**: `sudo systemctl restart NetworkManager.service`
**Arch Linux/Manjaro**: `sudo systemctl restart NetworkManager.service`