This post is more than 5 years old
85 Posts
0
892
July 19th, 2012 08:00
How do you set local user permissions on unix box which has a NFS export?
How can we set the local user permissions for NFS export access, on a Unix client. We are having a NS960 with DART 6.0
No Events found!
dynamox
9 Legend
•
20.4K Posts
0
July 19th, 2012 08:00
chmod / chown
BalajiPaladugu
85 Posts
0
July 19th, 2012 08:00
Is this what we need to do on the Unix box?
dynamox
9 Legend
•
20.4K Posts
0
July 19th, 2012 08:00
this is what you use to manage permisson on Unix platforms
dynamox
9 Legend
•
20.4K Posts
0
July 19th, 2012 08:00
rsync
BalajiPaladugu
85 Posts
0
July 19th, 2012 08:00
Thanks dynamox. I've one more question. We need to migrate files from native NFS file system hosted by linux server to NFS exports created on Celerra. What tool we need to use for this migration?
BalajiPaladugu
85 Posts
0
July 19th, 2012 09:00
Thanks dynamox.