Change Host Name

From Amahi Wiki
Revision as of 00:18, 16 May 2016 by Bigfoot65 (talk | contribs) (Created page with "The guidance below will allow the host name to be changed from localhost.localdomain. Open Terminal as root and execute the following commands: * Current hostname: hostn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The guidance below will allow the host name to be changed from localhost.localdomain.

Open Terminal as root and execute the following commands:

  • Current hostname:
hostname
  • Set new hostname (replace with the desired hostname):
hostname server.amahi.net
  • Make the change permanent:
hostnamectl set-hostname server.amahi.net
  • Verify change:
hostnamectl

That's it. No reboot required.


REF: Change Fedora 23 Hostname