简体   繁体   中英

How do I find my Fully Quantified Domain Name on Linux?

My domain name is for example: coampany1.tk

My Hostname of the server is also: company1.tk

So what would my fully quantified domain name be?

Many Thanks

You can simply type:

$ hostname

which will output like

  • rahul-laptop : This will be your computer name.
  • nixcraft.in : This will be your DNS domain name.
  • rahul-laptop.nixcraft.in : This will be your computer name with Fully Qualified Domain Name.

And if you want can enter:

$ hostname -d

which will give you the result.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM