Command to Find Free Domains

Asked 2 years ago, Updated 2 years ago, 42 views

I find it troublesome to go to the registrar's website every time I get a domain.
Is there a way to find out with the Linux command?

linux

2022-09-29 20:28

1 Answers

$whois example.com

can be found in .

If you don't have the whois command, you can use CentOS.

$sudo yum install jwhois

Ubuntu

$sudo apt-get install whois

I can do it.


2022-09-29 20:28

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.