1834805 Members
3469 Online
110070 Solutions
New Discussion

NFS issue.

 
Mridul Dutta
Advisor

NFS issue.

Hi friends,

I want to share files/directories of a particular user in NFS in read only mode. is it possible? is there any special entries in /etc/exports.

Mridul
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: NFS issue.

Shalom Mridul,

/directory *(ro)

This /etc/exports entry will share a directory name /directory to all hosts read only.

exportfs -av

After makeing the change.

Done.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Mridul Dutta
Advisor

Re: NFS issue.


Actully i want to share for a particular user? is there any special configuration?

In /etc/exports file if i have configured as /director *(ro) it will share for all not for a particular user?

Mridul
KapilRaj
Honored Contributor

Re: NFS issue.

change the permissions to get ur job done. exports can be made specific to hosts , not users.
Nothing is impossible