An account will enable you to access:
Don't have an account?
ONTAP Discussions
Hi
Is there a way to find all files that belong to a range of specific gid ( like < 1000 ) on all my NFS share ?
Because i need to change the gid of all groups < 1000 to groups > 1000
Solved! See The Solution
Assuming you have mounted all exports on clients
find /mnt -group 0 -o -group 1 -o -group 2 -o ... -o -group 999 > files.txt
View solution in original post
Learn more about NetApp's CVE Security portal in this walkthough of the site.
Learn the ins and outs of access roles on the NetApp Support Site.