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 |
How many types of files are there in linux?
Is linux kernel legal to edit linux kernel?
explain me disk quota in detail and configuration details in linux operating system?
if login in the suse linux the yast application only appearing on the scren. If we closing the screen it comes to log out. What is the procedure to customize the desktop?
Explain about dns table?
How OS communicates with program when it crashes in Linux?
What is difference between at and cron?
How check if port is open linux?
You want to search for sale and sales. What regular expression should you use?
What are the linux distribution (operating system) names?
How does linux shell work?
You want to search for all the *.tar files in your home directory and wants to delete all at once. How will you do it?