Hi All: I am creating Adobe AIR Application (for Windows, Linux and MAC), which show machine's Internal IP, External IP and Host Name. I've done successfully on windows. I got host name on windows by opening the c:\windows\system32\hostname.exe application using the Native for process. But I don't know that such type of hostname application file exists in Linux or not? If it really exists, then what is its path? Please help me in how to get host name in linux through opening any executable file or through any bash command? Help me.
Thanks in advance.