View Single Post
  #2 (permalink)  
Old 07-02-2009, 03:56 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 single quotes (type exactly as specified)
__________________
Reply With Quote