linux通过ip查找对应域名
在Linux中,可以使用nslookup命令来查找一个IP地址对应的域名。具体操作如下:
- 打开终端,输入以下命令:
nslookup 192.168.1.1
其中,192.168.1.1是要查询的IP地址,可以替换成你要查询的IP地址。
- 回车后,系统会返回该IP地址对应的域名,例如:
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
1.1.168.192.in-addr.arpa name = example.com.
其中,example.com就是该IP地址对应的域名。
原文地址: https://www.cveoy.top/t/topic/b1r9 著作权归作者所有。请勿转载和采集!