dnsdomainname: add page (#11450)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
4ea80ce3b3
commit
02ed916a89
|
|
@ -0,0 +1,9 @@
|
||||||
|
# dnsdomainname
|
||||||
|
|
||||||
|
> Show the system's DNS domain name.
|
||||||
|
> Note: The tool uses `gethostname` to get the hostname of the system and then `getaddrinfo` to resolve it into a canonical name.
|
||||||
|
> More information: <https://www.gnu.org/software/inetutils/manual/html_node/dnsdomainname-invocation.html>.
|
||||||
|
|
||||||
|
- Show the system's DNS domain name:
|
||||||
|
|
||||||
|
`dnsdomainname`
|
||||||
Loading…
Reference in New Issue