Networked Folder Permissions

William Hooper whooperhsd3 at earthlink.net
Sat Feb 28 00:15:20 UTC 2004


Jwp said:
> I can't seem to figure out how to mount a network directory to make it
> writeable by any user on the linux box.  I can mount the directory no
> problem, however only  ROOT has write access

You want to look at the uid and gid mount options.  If you want "everyone"
to be able to write check out the ?mask options.

mount -t smbfs -o username=uname,password=pword,uid=marco //Marco/test
/mnt/marco/

> (I can chown chmod I guess
> but
> I am sure you all know of a better way, thanks)

I bet you can't.

-- 
William Hooper





More information about the users mailing list