Flushing My Cache

July 05, 2006

I’ve been working on a website recently, and it finally got to the point where I moved it from one server to another. Seems like everyone in the world could see the new site but me, so I thought it was high time I flushed my cache. I did a quick google search and found that all I need to do is type this in Terminal: sudo lookupd -flushcache. The problem is, that’s not working on my machine. All I get is this lame response: sudo: lookupd: command not found. Googling that hasn’t done me any good.

Anyone have any suggestions about what I need to do to flush my cache? Or know why Terminal isn’t recognizing “lookupd”? Thanks!

1 Comment

  1. 1. Jay Jones

    July 05th, 2006

    Don’t know if these will help… it’s not a direct answer, but might lead you there.

    http://www.hmug.org/man/8/lookupd.php
    http://docs.info.apple.com/article.html?artnum=30770

    also, this is just a thought, but would it work by directly referencing the command? ie. /usr/sbin/lookupd ?
    -----

Sorry, comments are closed.