In a windows environment, if you open a command prompt you can flush the dns cache by typing the following command:
C:> ipconfig /flushdns
So, what is the equivlent on a Mac OS X system? Here you go:
$ lookupd -flushcache
Gotta love having a shell on a Mac. = )
Josh Phillips
ProVisionIT™
www.provisionit.com
Wednesday, April 4, 2007
Subscribe to:
Post Comments (Atom)
1 comment:
lookupd was deprecated, so the new command is as follows:
$ dscacheutil -flushcache
Post a Comment