|
|
Line 11: |
Line 11: |
| /etc/hosts /etc/sysconfig/network | | /etc/hosts /etc/sysconfig/network |
|
| |
|
| ==Video==
| |
|
| |
| [https://www.youtube.com/watch?v=H4ruB9Bz8a4 Video: Kuidas muuta hostname?]
| |
|
| |
| ==Märge==
| |
|
| |
| Kui muuta käsureast käsuga hostname arvutinimetust, siis pärast arvuti taaskäivitamist muutub ta originaaliks, mille saab leida /etc/hosts kaustas .
| |
|
| |
| Note that hostname doesn't change anything permanently. After reboot original names from /etc/hosts are used again.
| |
|
| |
|
| ==Optsioon== | | ==Optsioon== |
Line 39: |
Line 30: |
|
| |
|
| -h, --help | | -h, --help |
| Prindib käsureas abimaterjalid ja väljub | | Prindib käsureas abimaterjalid ja väljub. |
|
| |
|
| -i, --ip-address | | -i, --ip-address |
| Näitab hosti IP-aadressi | | |
| | Näitab hosti IP-aadressi. |
|
| |
|
| -I, --all-ip-addresses | | -I, --all-ip-addresses |
Line 56: |
Line 48: |
| Näitab NIS/YP domeeni nimetust. | | Näitab NIS/YP domeeni nimetust. |
|
| |
|
| | ==Failid== |
|
| |
|
| -h, --help
| | /etc/hosts /etc/sysconfig/network |
| Print a usage message and exit.
| |
| -i, --ip-address
| |
| Display the IP address(es) of the host. Note that this works only if the host name can be resolved. Avoid using this option; use hostname --all-ip-addresses instead.
| |
| -I, --all-ip-addresses
| |
| Display all network addresses of the host. This option enumerates all configured addresses on all network interfaces. The loopback interface and IPv6 link-local addresses are omitted. Contrary to option -i, this option does not depend on name resolution. Do not make any assumptions about the order of the output.
| |
| -s, --short
| |
| Display the short host name. This is the host name cut at the first dot.
| |
| -V, --version
| |
| Print version information on standard output and exit successfully.
| |
| -v, --verbose
| |
| Be verbose and tell what's going on.
| |
| -y, --yp, --nis
| |
| Display the NIS domain name. If a parameter is given (or --file name ) then root can also set a new NIS domain.
| |
|
| |
|
|
| |
|
| | ==Video== |
|
| |
|
| | [https://www.youtube.com/watch?v=H4ruB9Bz8a4 Video: Kuidas muuta hostname?] |
|
| |
|
| | ==Märge== |
|
| |
|
| | Kui muuta käsureast käsuga hostname arvutinimetust, siis pärast arvuti taaskäivitamist muutub ta originaaliks, mille saab leida /etc/hosts kaustas . |
|
| |
|
| | | Note that hostname doesn't change anything permanently. After reboot original names from /etc/hosts are used again. |
| | |
| | |
| | |
| Options
| |
| | |
| -a, --alias
| |
| Display the alias name of the host (if used).
| |
| -d, --domain
| |
| Display the name of the DNS domain. Don't use the command domainname to get the DNS domain name because it will show the NIS domain name and not the DNS domain name. Use dnsdomainname instead.
| |
| -F, --file filename
| |
| Read the host name from the specified file. Comments (lines starting with a '#') are ignored.
| |
| -f, --fqdn, --long
| |
| Display the FQDN (Fully Qualified Domain Name). A FQDN consists of a short host name and the DNS domain name. Unless you are using bind or NIS for host lookups you can change the FQDN and the DNS domain name (which is part of the FQDN) in the /etc/hosts file. See the warnings in section THE FQDN above, and avoid using this option; use hostname --all-fqdns instead.
| |
| -A, --all-fqdns
| |
| Displays all FQDNs of the machine. This option enumerates all configured network addresses on all configured network interfaces, and translates them to DNS domain names. Addresses that cannot be translated (i.e. because they do not have an appropriate reverse DNS entry) are skipped. Note that different addresses may resolve to the same name, therefore the output may contain duplicate entries. Do not make any assumptions about the order of the output.
| |
| -h, --help
| |
| Print a usage message and exit.
| |
| -i, --ip-address
| |
| Display the IP address(es) of the host. Note that this works only if the host name can be resolved. Avoid using this option; use hostname --all-ip-addresses instead.
| |
| -I, --all-ip-addresses
| |
| Display all network addresses of the host. This option enumerates all configured addresses on all network interfaces. The loopback interface and IPv6 link-local addresses are omitted. Contrary to option -i, this option does not depend on name resolution. Do not make any assumptions about the order of the output.
| |
| -s, --short
| |
| Display the short host name. This is the host name cut at the first dot.
| |
| -V, --version
| |
| Print version information on standard output and exit successfully.
| |
| -v, --verbose
| |
| Be verbose and tell what's going on.
| |
| -y, --yp, --nis
| |
| Display the NIS domain name. If a parameter is given (or --file name ) then root can also set a new NIS domain.
| |
Autor
Daniil Denissov AK21
Sissejuhatus
Hostname - see on käsk, mis näitab olemasoleva arvuti, domeeni või sõlme nimetust. Need nimed kasutatakse võrgu programmitega, et identifitseerida võrgust olevat masinat. Domeeni nimetus samuti kasutab NIS/YP. [1]
Hostname is the program that is used to either set or display the current host, domain or node name of the system. These names are used by many of the networking programs to identify the machine. The domain name is also used by NIS/YP.
Failid
/etc/hosts /etc/sysconfig/network
Optsioon
-a, --alias
Näitab alias nimetust.
-d, --domain
Näitab DNS domeeni nimetust.
-F, --file failinimetus
Näitab hostinimi failist.
-f, --fqdn, --long
Näitab pikka hostinimi. Pikk hostinimi koostab hostinimest ja DNS domeeni nimetusest.
-A, --all-fqdns
Näitab kõik FQDN (Fully Qualified Domain Name). Selle käsu abil loetletakse kõik seadistatud võrguaadressid kõikidest seadistatud võrguliidetest ja muudatakse neid DNS domeeni nimetuseks. Kui aadressid ei saa muuta,siis neid jättakse vahele.
-h, --help
Prindib käsureas abimaterjalid ja väljub.
-i, --ip-address
Näitab hosti IP-aadressi.
-I, --all-ip-addresses
Näitab kõik hosti võrguaadressid.
-s, --short
Näitab lühendatud hostinimi ehk esimese täppini (nt hostinimi on "minu.lemmik.arvuti", selle käsuga tulemus on lihtsalt "minu").
-V, --version
Näitab versiooni.
-y, --yp, --nis
Näitab NIS/YP domeeni nimetust.
Failid
/etc/hosts /etc/sysconfig/network
Video
Video: Kuidas muuta hostname?
Märge
Kui muuta käsureast käsuga hostname arvutinimetust, siis pärast arvuti taaskäivitamist muutub ta originaaliks, mille saab leida /etc/hosts kaustas .
Note that hostname doesn't change anything permanently. After reboot original names from /etc/hosts are used again.