Hostname: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux =Overview=")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=


* [[Linux Hostname]]
* <tt>[[hostnamectl]]</tt>
* [[Linux#Commands|Linux]]
* [[Linux#Commands|Linux]]


=Overview=
=Overview=
The <tt>hostname</tt> command shows or set the system's host name. Note that the name set is such a way is ephemeral - will disappear at reboot. To set the host name, use <tt>[[hostnamectl]]</tt>.
=Installation=
yum -y install hostname

Latest revision as of 01:34, 12 September 2019

Internal

Overview

The hostname command shows or set the system's host name. Note that the name set is such a way is ephemeral - will disappear at reboot. To set the host name, use hostnamectl.

Installation

yum -y install hostname