How to make child folder follows parrent folder permission

Hi,

Forgive me for the noob question. I’m running samba server in opensuse 10.3. The problems is whenever a user create a new folder in the sambashare, it doesn’t follow the same permission as parents folder permission. I always had to do it manually using chown and chmod command.

How to make the child folders always to follow the parent folder permission? I didn’t face this problem in my old machine running redhad 7.

Thx in advance.

In both chown and chmod -R - it’s in the man pages.

Read up on the

inherit owner
inherit permission

directives in man smb.conf

Thank Ken_Yap

It Works.