Use whois on linux to see if a domain is registered (and other uses)
February 6, 2022 ยท View on GitHub
check if it's installed:
which whois
no response (it just returns immediately...) then it's not installed!
install whois
apt-get install whois
February 6, 2022 ยท View on GitHub
which whois
no response (it just returns immediately...) then it's not installed!
apt-get install whois