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?
$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.
© 2024 OneMinuteCode. All rights reserved.