Directory permissions on Ubuntu Server 10.04 LTS

Posted by SebastianOpperman on Server Fault See other posts from Server Fault or by SebastianOpperman
Published on 2012-04-13T07:26:30Z Indexed on 2012/04/13 23:32 UTC
Read the original article Hit count: 173

Filed under:
|
|
|

I have set up a second drive on Ubuntu Server. The directory displays correctly but Windows users cannot write or create files on the directory. I have Samba set up so Windows can access the drives. here is the last bit of my /etc/samba/smb.conf

[personeel]
path = /media/windows
browsable = yes
guest ok = yes
writable = yes
read only = no
create mask = 0775
directory mask = 0775

I want the directory to be shared with writable permissions to everyone who can access the Ubuntu Server.

I have tried sudo chmod but to no success.

Any help would be appreciated

© Server Fault or respective owner

Related posts about linux

Related posts about ubuntu