Clearing DNS Cache from Mac OS X El Capitan

Max Kimambo
Thoughts of a software fundi
1 min readSep 28, 2016

To clear your DNS cache you can run the following command, this will force browser and other programs to make a new DNS query and fetch fresh records.

```
sudo dscacheutil -flushcache
```

--

--