> For the complete documentation index, see [llms.txt](https://hezhiqiang.gitbook.io/linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang.gitbook.io/linux/ming-ling/showmount.md).

# showmount

显示NFS服务器加载的信息

## 补充说明

**showmount命令** 查询“mountd”守护进程，以显示NFS服务器加载的信息。

### 语法

```
showmount(选项)(参数)
```

### 选项

```
-d：仅显示已被NFS客户端加载的目录；
-e：显示NFS服务器上所有的共享目录。
```

### 参数

NFS服务器：指定NFS服务器的ip地址或者主机名。
