hostname.xml 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-scripts-hostname">
  8. <?dbhtml filename="hostname.html"?>
  9. <title>Configuring the system hostname</title>
  10. <indexterm zone="ch-scripts-hostname">
  11. <primary sortas="d-hostname">hostname</primary>
  12. <secondary>configuring</secondary>
  13. </indexterm>
  14. <para>During the boot process, both Systemd and System V use the same
  15. file for establishing the system's hostname. This needs to be configured by
  16. creating <filename>/etc/hostname</filename>.</para>
  17. <para>Create the <filename>/etc/hostname</filename> file and enter a
  18. hostname by running:</para>
  19. <screen><userinput>echo "<replaceable>&lt;lfs&gt;</replaceable>" &gt; /etc/hostname</userinput></screen>
  20. <para><replaceable>&lt;lfs&gt;</replaceable> needs to be replaced with the name given
  21. to the computer. Do not enter the Fully Qualified Domain Name (FQDN) here. That
  22. information is put in the <filename>/etc/hosts</filename> file.</para>
  23. </sect1>