补充 showmount 命令.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-05-11 16:13:53 +08:00
parent 09f4028de6
commit d8154a4dab
1 changed files with 2 additions and 0 deletions

View File

@ -72,4 +72,6 @@ sudo mount -t nfs <nfs server ip>:<NFS share dir> <mount point> -o nolock
sudo nfsstat
# 查看rpc执行信息可以用于检测rpc运行情况
sudo rpcinfo
# 在服务端查看哪些客户访问过哪些 NFS 目录
showmount -a
```