Administration (General): Difference between revisions
Jump to navigation
Jump to search
m (→Hostname) |
m (→Hostname) |
||
Line 9: | Line 9: | ||
:On any running Linux system you can change its hostname with the command ‘hostname‘. | :On any running Linux system you can change its hostname with the command ‘hostname‘. | ||
::'''<code> | ::'''<code>hostname</code>''' without any parameter it will output the current hostname of the system. | ||
::'''<code>hostname –f</code>''' will output the fully qualified domain name (or FQDN) of the system. | ::'''<code>hostname –f</code>''' will output the fully qualified domain name (or FQDN) of the system. |
Revision as of 10:21, 30 January 2013
Hostname
You can change a Slackware box's hostname
by two methods:
1) Edit /etc/HOSTNAME
2) Use the hostname command-
- On any running Linux system you can change its hostname with the command ‘hostname‘.
hostname
without any parameter it will output the current hostname of the system.
hostname –f
will output the fully qualified domain name (or FQDN) of the system.
hostname NEW_NAME
will set the hostname of the system to NEW_NAME. This is active right away and will remain like that until the system will be rebooted (because at system boot it will set this from some particular file configurations - see bellow how to set this permanently). You will most probably need to exit the current shell in order to see the change in your shell prompt.