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 |
Is freebsd unix?
What causes linux kernel panic?
What are the essential features of the linux operating system?
What is the alternative method to a gui installation in linux?
Is it difficult to learn linux?
how would you find the logged user details in linux?
What are absolute and relative path in linux?
Please write a loop for removing all files in the current directory that contains a word ‘log’?
Which linux os is best for home use?
what is an mx record in linux?
What is the difference between PATH and path?
What is the differences between scp and rsync in linux?