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 are linux basic components?
What is the benefits of using linux?
You have a file called sales data and create symbolic links to it in bob’s home directory. Bob calls you and says that his link no longer works. How can you fix the link?
How long has linux been around?
What is yum and rpm in linux?
Can I download linux for free?
What would you use to view contents of a large error log file?
How do you empty a file in linux?
What is the first process in linux?
What is Synchronization? What is Mutex? Explain the Reader Writer Problem
How do I determine my ip address in linux?
Explain linux file types
7 Answers College School Exams Tests, TCS,