> Date: Wed, 24 Mar 1999 01:13:33 +0100 (MET)
> From: achim kohler <akeemjabba@gmx.de>
> To: samba@samba.org
> Subject: subdirectories
> Message-ID: <7492.922234413@www6.gmx.net>
>
> Hallo,
>
> is it possible to create subdirectories, let's say a shared public
> directory with shares from every user in it.
>
> [public]
>
> user1
> user2
> ..
>
> i want to have a shared user directory from each user in the shared public
> directory, where e.g. user1 can write to his share and the other users
> only have read acces to his shared dir.
>
> thanks achim
just create the share and the directories then take a look at chown(1),
chmod(1) (under your unix) and create mask, directory mask, force create mode,
force directory mode in smb.conf(5).
that should help.
-sv