Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> 關於Linux >> Linux下hostname命令的用法詳解

Linux下hostname命令的用法詳解

日期:2017/1/25 10:53:55      編輯:關於Linux

  Linux中的hostname命令主要用於顯示及設置系統的主機名稱,如果你想要修改主機名稱的話,使用該命令是最好不過的了,下面隨小編一起來學習下吧。

 Linux下hostname命令的用法詳解

  我們直接運行hostname可以查看目前的主機名稱,要查看hostname的其它命令參數,運行hostname -h如下:

  代碼如下:

  Usage: hostname [-v] {hostname|-F file} set hostname (from file)

  domainname [-v] {nisdomain|-F file} set NIS domainname (from file)

  hostname [-v] [-d|-f|-s|-a|-i|-y|-n] display formatted name

  hostname [-v] display hostname《/p》 《p》hostname -V|–version|-h|–help print info and exit《/p》 《p》dnsdomainname=hostname -d, {yp,nis,}domainname=hostname -y《/p》 《p》-s, –short short host name

  -a, –alias alias names

  -i, –ip-address addresses for the hostname

  -f, –fqdn, –long long host name (FQDN)

  -d, –domain DNS domain name

  -y, –yp, –nis NIS/YP domainname

  -F, –file read hostname or NIS domainname from given file《/p》 《p》This command can read or set the hostname or the NIS domainname. You can

  also read the DNS domain or the FQDN (fully qualified domain name)。

  Unless you are using bind or NIS for host lookups you can change the

  FQDN (Fully Qualified Domain Name) and the DNS domain name (which is

  part of the FQDN) in the /etc/hosts file.

  看到-v的用法了嗎?修改主機名命令如下:

  代碼如下:

  hostname -v 新的主機名

  上面就是Linux下使用hostname命令修改主機名稱的方法介紹了,先使用該命令查看Linux主機,然後在組合參數進行主機名稱修改,是不是很方便呢,趕緊試試看吧。

Copyright © Windows教程網 All Rights Reserved