Hi,
We may adjust permissions like below in Samba
[share]
comment = Ubuntu Share
path = /your/samba/share
browsable = yes
guest ok = yes
read only = no
read list = guest nobody
write list = user1 user2 user3
create mask = 0755
As you see I can give permissions to user or group as read or write.
How can I do this in FreenNAS? I googled little bit but all examples given in windows ?!
As above, giving all these permissions in smb.conf is much more easier, isn't it?...
Regards,
Mucip:)
We may adjust permissions like below in Samba
[share]
comment = Ubuntu Share
path = /your/samba/share
browsable = yes
guest ok = yes
read only = no
read list = guest nobody
write list = user1 user2 user3
create mask = 0755
As you see I can give permissions to user or group as read or write.
How can I do this in FreenNAS? I googled little bit but all examples given in windows ?!
As above, giving all these permissions in smb.conf is much more easier, isn't it?...
Regards,
Mucip:)