diff --git a/pages/linux/dnsdomainname.md b/pages/linux/dnsdomainname.md new file mode 100644 index 000000000..59c16b190 --- /dev/null +++ b/pages/linux/dnsdomainname.md @@ -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: . + +- Show the system's DNS domain name: + +`dnsdomainname`