On Wed, 16 Jul 2003, Richard Crawford wrote:
> Asif Iqbal wrote: > > >as root do this on the server > > > >add this to your /etc/dfs/dfstab file > > > >share -F nfs -o ro /path/to/sharefolder > >save and exit. Now run /etc/init.d/nfs.server start > > > >now on remote client as root > >mount server:/path/to/sharefolder /localsharedfolder > > > >now you can access /localsharedfolder from the remote client locally as a > >user. > > > >To add it to the client machine permanently modify the /etc/vfstab as root > > > > > That's where I had gotten to. Thanks. > > My boss, however, is determined that there is a way to do it without > logging in as root on the client machine. In reading the manual for > Share, I found the following example: > > # shre -F nfs -o rw=usera,userb /somefs Only a user is allowed to run the share command successfully. You can add the usera and userb in sudoers list and they can run the above command preceded by the word sudo. They need to put their own password if prompted for one > > and says that you can limit the mounting to certain users... which makes > me think that you can mount to the share as a non-root user. > > _______________________________________________ > Solaris-Users mailing list > [EMAIL PROTECTED] > http://www.filibeto.org/mailman/listinfo/solaris-users > -- Asif Iqbal http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x8B686E08 There's no place like 127.0.0.1 _______________________________________________ Solaris-Users mailing list [EMAIL PROTECTED] http://www.filibeto.org/mailman/listinfo/solaris-users
