jwhois

whois 客户端服务

补充说明

jwhois searches Whois servers for the object on the command line.The host to query is taken from a global configuration file, a configuration file specified on the command line, or selected directly on the command line.

语法

  1. jwhois [选项]

选项

  1. --version display version number and patch level
  2. --help display this help
  3. -v, --verbose verbose debug output
  4. -c FILE, --config=FILE use FILE as configuration file
  5. -h HOST, --host=HOST explicitly query HOST
  6. -n, --no-redirect disable content redirection
  7. -s, --no-whoisservers disable whois-servers.net service support
  8. -a, --raw disable reformatting of the query
  9. -i, --display-redirections display all redirects instead of hiding them
  10. -p PORT, --port=PORT use port number PORT (in conjunction with HOST)
  11. -r, --rwhois force an rwhois query to be made
  12. --rwhois-display=DISPLAY sets the display option in rwhois queries
  13. --rwhois-limit=LIMIT sets the maximum number of matches to return

注:以上英文部分寻求网友协助翻译,翻译结果可发送至 sa(at)linuxde.net,谢谢!

实例

显示指定用户信息:

  1. jwhois root
  2. # 查找root用户信息

查询域名信息:

  1. [root@localhost ~] jwhois linuxde.net
  2. [Querying whois.verisign-grs.com]
  3. [Redirected to whois.west263.com]
  4. [Querying whois.west263.com]
  5. [whois.west263.com]
  6. Domain Name: linuxde.net
  7. Registry Domain id: whois protect
  8. Registrar WHOIS Server: whois.west263.com
  9. ...省略部分内容