- Urgent
A NFS share of a user share
/mnt/user/Test 192.168.2.0/24(rw,async,wdelay,hide,no_subtree_check,fsid=110,sec=sys,secure,root_squash,no_all_squash)
can be mounted by a client for rw access, but completely ignores the permissions.
[root@centos user]# mount mediastore:/mnt/user/Test /mnt/user/Test
[root@centos user]# ls -ld Test
drwxrwx---. 1 nobody users 20 Jun 20 08:27 Test
[root@centos user]# cd Test
[root@centos Test]# touch a
[root@centos user]# ls -l a
-rw-r--r--. 1 nfsnobody nfsnobody 0 Jun 20 08:27 a
[root@centos Test]#