Hello, $HOSTALIASES points to the file with aliases for hostnames. I can write full hostname as alias, by I can't write IP. See: # host banana.mx1.ru banana.mx1.ru has address 158.250.16.19 # cat $HOSTALIASES kash banana.mx1.ru # telnet kash Trying 158.250.16.19... ^C # cat $HOSTALIASES kash 158.250.16.19 # telnet kash telnet: could not resolve kash/telnet: Name or service not known Thanks, S.
What possible use is this? This is what /etc/hosts is for.