Is it possible to give access to a nfs share to a particular
user in a particular system?
Answers were Sorted based on User's Feedback
Answer / raj
you can give permission to an ip or to the users(The user
should be from the system where the file is getting
shared,external access from users arenot allowed except for
nfsnobody). If you want to give permission to an ip then
open /etc/exports...Let /data be the shared directory:
/data 10.2.1.1(ro,sync)
To give permission to a user like harry:
setfacl -m u:harry:rwx /data.
By default the nfs gets accessed by the user nfsnobody. So
you can add or remove a particular permissions to this user
using acl.
| Is This Answer Correct ? | 4 Yes | 0 No |
How Many People Use Linux?
How can you login to another system in your network from your system?
What do we use for managing hash table collisions?
How do you do shell scripting in linux?
How do I find system information in linux?
What is the difference between linux and android?
Why you shouldn’t use the root login
What is linux drm?
Explain process id.
Is bsd better than linux?
have you done any big projects in linux? If so, explain them in brief.
Can I get linux on my mac?