Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can I find the full hostname (FQDN) of the system I am running on?



How can I find the full hostname (FQDN) of the system I am running on?..

Answer / chaitanya

Some systems set the hostname to the FQDN and others set it to just the unqualified host name. I know the current BIND FAQ recommends the FQDN, but most Solaris systems, for example, tend to use only the unqualified host name.

Regardless, the way around this is to first get the host's name (perhaps an FQDN, perhaps unaualified). Most systems support the Posix way to do this using uname(), but older BSD systems only provide gethostname(). Call gethostbyname() to find your IP address. Then take the IP address and call gethostbyaddr(). The h_name member of the hostent{} should then be your FQDN.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Unix Socket Programming Interview Questions

When should I use UDP instead of TCP?

1 Answers  


How can I set the timeout for the connect() system call?

0 Answers  


Where is the socket located?

0 Answers  


How can I find the full hostname (FQDN) of the system I am running on?

1 Answers  


What is a socket file?

0 Answers  


What pieces of information make up a socket?

0 Answers  


What are raw sockets?

4 Answers   Axis Technologies,


When will my application receive SIGPIPE?

1 Answers  


Is a socket a file?

0 Answers  


How can my client work through a firewall/proxy server?

1 Answers  


After the chroot(), calls to socket() are failing. Why?

1 Answers  


How does unix socket work?

0 Answers  


Categories