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 does sar provide?
How to switch to a previously used directory?
How to disable ping to avoid network/icmp flood?
What are the types of processes in linux?
What causes linux kernel panic?
can we open microsoft word document,power point etc. on linux suse version and vise versa? if no how can we convert this?
Please explain lilo?
How do you check if a particular service in running?
What is a profile file in linux?
What is the use of nis server in linux?
How do I play a dvd on ubuntu?
What does wget do in linux?