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
What do we use for managing hash table collisions?
How to rename a file in linux?
Has linux ever been hacked?
How do you check the status of all the services?
Which field is used to define the user’s default shell?
What does ctrl z do in linux?
Why do developers use md5 options on passwords?
How many types of bond are there in linux?
How to enable curl on ubuntu lamp stack?
In linux, what names are assigned to the different serial ports?
What is a linux process?
How to create a new file and modify an existing file in vi editors?
Why should you avoid telnet to administer a linux system remotely?
How do you avoid deadlock while coding?
How do you empty a file in linux?