小编FEL*_*DAP的帖子

什么是RDDS服务以及如何查询RDDS服务

例如,当我搜索某些域的 whois 数据时liquid-solutions.biz,我得到以下信息:

Registrant Email: Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.
Run Code Online (Sandbox Code Playgroud)

这是什么意思以及如何查询 RDDS 服务?

dns whois bind

15
推荐指数
3
解决办法
1万
查看次数

file 命令仅打印文件的格式

通常 linux 中的 file 命令提供文件的真实文件类型,而不管是否提到扩展名。

例如:

# file cntlm-0.92.3-1.x86_64.rpm
cntlm-0.92.3-1.x86_64.rpm: RPM v3.0 bin i386/x86_64 cntlm-0.92.3-1

# file zip-pack
zip-pack: Zip archive data, at least v2.0 to extract
Run Code Online (Sandbox Code Playgroud)

这给出了文件格式的详细描述,但我只需要格式(如果它是 zip,它应该只打印 zip)

如何做到这一点?

linux bash shell

1
推荐指数
1
解决办法
663
查看次数

标签 统计

bash ×1

bind ×1

dns ×1

linux ×1

shell ×1

whois ×1