English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux whois command

大全命令Linux

Linux whois command is used to find and display user information.

The whois command is used to find and display information about a specified account, as it searches the WHOIS database of Network Solutions, so the account name must be registered there in order to be found, and there is no difference in case.

Syntax

whois [account name]

Online example

Display information about a specified user

# whois root
//Find information about the root user

informazioni descrizione dominio query

# whois .Lx138.COm
Versione Server Whois 2.0
I nomi di dominio nei domini .com e .net possono ora essere registrati
con molti diversi registrari concorrenti. Vai a http://www.internic.net
per informazioni dettagliate.
...内容省略部分

informazioni dominio query

# whois Lx138.COm
Il database del Registro contiene SOLO domini .COM, .NET, .EDU e
Registrars.
Nome Dominio ..................... Lx138.COm
Name Server ..................... dns15.hichina.com
                 dns16.hichina.com
ID Proprietario ................... hc937242545-cn
...内容省略部分

省略声明法律信息域名查询

# whois -H Lx138.COm
...内容省略

查询端口指定

# whois -p 80 Lx138.COm
...内容省略

大全命令Linux