标签: linux bash command-line centos nfs
我想与除了一个网络的所有网络客户端共享一个文件夹 这是我当前的/etc/exports文件:
/etc/exports
/opt/resources *(rw,async)
我应该添加什么来阻止客户192.168.1.24,而无需提及所有其他授权客户的地址?
192.168.1.24