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

Contents

  1. 1check if it's installed:
  2. 2install whois