add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/linux/rpcinfo.md Normal file
View File

@@ -0,0 +1,24 @@
# rpcinfo
> 对RPC服务器进行RPC调用并报告其发现的内容。
> 更多信息:<https://manned.org/rpcinfo>。
- 显示在本地主机上注册的所有RPC服务的完整表格
`rpcinfo`
- 显示在本地主机上注册的所有RPC服务的简明表格
`rpcinfo -s {{localhost}}`
- 显示本地主机上rpcbind操作的统计信息表
`rpcinfo -m`
- 显示在远程NFS共享上给定服务名称mountd和版本号2的条目列表
`rpcinfo -l {{remote_nfs_server_ip}} {{mountd}} {{2}}`
- 删除所有传输的mountd服务版本1的注册
`rpcinfo -d {{mountd}} {{1}}`