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

View File

@@ -0,0 +1,20 @@
# showmount
> 显示有关 Windows Server 上 NFS 文件系统的信息。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/showmount>。
- 显示所有导出的文件系统:
`showmount -e`
- 显示所有 NFS 客户端及其挂载的目录:
`showmount -a`
- 显示所有 NFS 挂载的目录:
`showmount -d`
- 显示远程服务器的所有导出文件系统:
`showmount -e {{server_address}}`