Linux 上是否可以禁止匿名访问 nfs 共享?是这样的一行吗/etc/exports
/export 192.168.0.0/24(rw,fsid=0,no_subtree_check,anonuid=99)
/export/share 192.168.0.0/24(rw,no_subtree_check,async,no_root_squash,nohide,anonuid=99)
充足的?
注:99为没有人我的系统上的 uid
Linux 上是否可以禁止匿名访问 nfs 共享?是这样的一行吗/etc/exports
/export 192.168.0.0/24(rw,fsid=0,no_subtree_check,anonuid=99)
/export/share 192.168.0.0/24(rw,no_subtree_check,async,no_root_squash,nohide,anonuid=99)
充足的?
注:99为没有人我的系统上的 uid