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 |
What is the scripting language used in linux operating systems?
Can linux run windows games?
Will steam run on linux?
You have a file called docs.z but do not know what it is. What is the easiest way to look at the contents of the file?
What is the minimum number of partitions that you need to install linux?
How is linux more secure compared to other operating systems?
how do you list and flush all ip tables in linux?
Which is the recommended size for the swap space partition?
Is linux illegal?
What is the structure of linux?
What are the different modes when using the vi editor?
How do I search for a grep file in linux?