On Fri, 2009-10-23 at 00:42 -0500, peterno3 wrote: > Ok, thanks. How do i figure out my local domain? hostname tells me my > local host, but what tells me my local domain? > In descending order it should be: - the domain name set in your network's DNS (ask your network admin) - everything to the RIGHT of the first dot in your computer's host name: $ hostname zappa.gregorie.org ^^^^^^^^^^^^ - 'localdomain' if nothing else was defined. Martin