This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
showmount
===
显示NFS服务器加载的信息
## 说明
**showmount命令** 查询“mountd”守护进程,以显示NFS服务器加载的信息。
### 语法
```
showmount(选项)(参数)
-d:仅显示已被NFS客户端加载的目录;
-e:显示NFS服务器上所有的共享目录。
### 参数
NFS服务器:指定NFS服务器的ip地址或者主机名。