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



Is it possible to give access to a nfs share to a particular user in a particular system?..

Answer / krishna

yes it is possible

Is This Answer Correct ?    12 Yes 1 No

Is it possible to give access to a nfs share to a particular user in a particular system?..

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

Is it possible to give access to a nfs share to a particular user in a particular system?..

Answer / sampath

can u provide me the steps how to give

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Linux General Interview Questions

Is it difficult to learn linux?

0 Answers  


Is arch linux good?

0 Answers  


Why is mutex needed?

0 Answers  


In what way is imap different than pop3?

0 Answers  


What are the contents in /usr/local?

0 Answers  


Write a bash script to delete all the files in the current directory that contains the word “linux”.

0 Answers  


Is linux os free?

0 Answers  


What type of file server do we have on a linux server?

0 Answers  


Which partitioning tool is available in all distributions?

2 Answers  


How deadlock is detected?

0 Answers  


What is echo $path in linux?

0 Answers  


I want to shutdown the application, when system is going down, where will mention

1 Answers  


Categories