Si Veteran Posted April 23, 2004 Veteran Share Posted April 23, 2004 Quick one :D How can I mount a smbfs share into linux but make it so that users other than root have read-write access? Link to comment Share on other sites More sharing options...
kemical Posted April 23, 2004 Share Posted April 23, 2004 www.samba.org Link to comment Share on other sites More sharing options...
cpugeniusmv Posted April 23, 2004 Share Posted April 23, 2004 mount //servername/sharename /mnt/point -t smbfs -o fmask=666 dmask=777 rw man smbmount Link to comment Share on other sites More sharing options...
Recommended Posts