dnsdomainname: add page (#11450)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Sebastiaan Speck 2023-11-11 19:38:45 +01:00 committed by GitHub
parent 4ea80ce3b3
commit 02ed916a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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`