De aqui :
The
hostname
command should return an FQDN...
...
The solution is to edit /etc/nodename and put the FQDN in there and reboot.echo foo.your.domain.com > /etc/nodename
Você também pode usar:
getent hosts 'hostname' | cut -f 3
ou similar.