Hi All,
I would like to find out which entries in /etc/exports have bigger prio, when i set them on vol and qtree level.
Let's say that we have an exports configured as follows:
/vol/volume1/qtree1 -sec=sys,rw=hp-hosts-all:10.22.11.10:0.22.12,root=10.22.11.02
/vol/volume1/qtree2 -sec=sys,rw=hp-hosts-all:10.22.11.11:0.22.12,root=10.22.11.02
and I have a request to add rw permissions for /vol/volume1 which would look like these:
/vol/volume1/qtree1 -sec=sys,rw=hp-hosts-all:10.22.11.10:0.22.12,root=10.22.11.02
/vol/volume1/qtree2 -sec=sys,rw=hp-hosts-all:10.22.11.11:0.22.12,root=10.22.11.02
/vol/volume1 -sec=sys,rw=linux-hosts-all
Does it mean that only linux-hosts-all netgroup users will see volume1 and it's qtrees exported?
I wan't to export the whole volume and just wondering if doing so won't take access rights to it's qtrees.
Thank You in advance!