Is it possible to give access to a nfs share to a particular
user in a particular system?
Answer Posted / 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 |
Post New Answer View All Answers
Is bsd faster than linux?
What are message queues in linux?
What are the basic components of Linux?
Can you run linux on a macbook pro?
Which mint linux is best?
Is mac a linux?
Why mutex is faster than semaphore?
How long has linux been around?
What are system startup scripts?
how you will do kernel compilation in linux operating system?
Is linux mint free?
Why is linux better than windows?
How to remove directory with files?
Does google own linux?
What do you understand by root account?