lolis4thewin
New Member
First of all, sorry for bad bad english.
I have problem with acessing samba shared folders trought windows 10. I got permission error (with the root user too).
I created a test director in /media/teszt. I set it for my personal user ch 777. With these rules i can acess the folder. I can write and read it without error.
I created a group called "dolgozok". It contains 3 user. These 3 have their own folder in /home and one "Omichron" folder that everyone can acess.
hujberh and omichronserver are my users and they are sudoers too.
Im trying to set the permissions to all user, but i dont want to use ch 777, what could i use instead of it?
This is my smb.conf:
I have problem with acessing samba shared folders trought windows 10. I got permission error (with the root user too).
I created a test director in /media/teszt. I set it for my personal user ch 777. With these rules i can acess the folder. I can write and read it without error.
I created a group called "dolgozok". It contains 3 user. These 3 have their own folder in /home and one "Omichron" folder that everyone can acess.
hujberh and omichronserver are my users and they are sudoers too.
Im trying to set the permissions to all user, but i dont want to use ch 777, what could i use instead of it?
This is my smb.conf:
Code:
[aderg]
path = /home/aderg
browseable = yes
read only = no
valid users = aderg
[hujberh]
path = /home/hujberh
browseable = yes
read only = no
public = yes
force user = hujberh
force group = hujberh
valid user = hujberh
directory mask = 0755
create mask = 0644
[perczelm]
path = /home/perczelm
browseable = yes
read only = no
valid users = perczelm
[Root]
path = /
browseable = yes
read only = yes
valid user = omichronserver
[Omichron]
comment = Ez a mindenki álltal elérhető mappa.
path = /home/Omichron
browseable = yes
read only = no
valid users = @dolgozok
force user = @dolgozok
create mask = 666
directory mask = 777
[testshare]
path = /media/teszt
writeable = yes
comment = for testing only
public = yes
create mask = 666
directory mask = 777