Hostname: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 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. | 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