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 |
Torvalds, wrote most of the linux kernel in c++ programming language, do you agree?
What are scripts in linux?
How do you empty a file in linux?
What is a shell in linux?
What is truncate linux?
How can we describe a stateless linux server and what are its features?
What are the some unix operating system names?
What's the best version of linux?
What are the benefits of linux?
Does google own linux?
What is the basic difference between bash and dos?
What is used to search files for specified words or patterns?