Displaying 1 result from an estimated 1 matches for "moznostjo".
1998 Jun 17
1
Equal permissions for files and dirs (folders)
Hi!
Is there any way to have equal permissions for created files and
folders on samba's share?
This is what I have in my smb.conf file:
------------------
[izmenjava]
comment = Public z moznostjo pisanja
path = /home/izmenjava
browseable = yes
public = yes
writable = yes
printable = no
create mode = 0777
; create mode = 0664
-------------------------
Created permissions:
files: -rwxrw-rw- (766) WRONG
dirs/folders: drwxr-xr-x (755) WRONG
I use samba 1.9.18p4 and RedHa...