View Single Post
  #19 (permalink)  
Old 01-29-2009, 04:37 AM
uxbod uxbod is offline
Moderator
 
Posts: 7,911
Default

Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not singles quotes
obviously replace yourdomain with the correct one
__________________
Reply With Quote