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 use of linux?
What are the main features of linux operating system?
Is it possible to reduce the size of a already created partition? If yes how......please post solution for me
Is bsd faster than linux?
Why linux is more secure than windows?
Will linux run windows programs?
How do I create a bootable usb drive for linux?
Can you replace windows with linux?
Is linux free to use?
How long has linux been around?
What are the qualities of soft links?
You want to send a message to all connected users as “server is going down for maintenance”, what will you do?