Quote Originally Posted by b4ckup
can anyone helpppppp?? plz
Why? :P :

Ok let me see, you need to create a share for each user, accessible only by the user? Correct? Do you have Samba security set to "user"?

You could do something like this for each user:

[username]
comment = My Share
path = /usr/somewhere/
valid users = username
public = no
writable = yes

There are bunches of other options you can include. The above is REALLY basic.

You also need to add each user and their password.

smbpasswd -a username password

man smbpasswd for more information.
Might also take a look at: man smb.conf

Jim H