I think 'umask' might be helpful to you... try a man umask and read the
description, you can use it to set the default permissions etc. on new
files..
cheers,
--
Ken
http://www.BoredCanadian.com/
"Eric Somebody" <(E-Mail Removed)> wrote in message
news:WcfTb.1060$_(E-Mail Removed)...
> Hi,
>
> Could anyone tell me how I could set up my samba server so that some files
> that are created dynamically are created with specific permissions that I
> set - not witht hose of the user?
>
> My problem is this. I have an application that has to open and modify
files
> in four different folders on the linux machine.
> There are three users who each have their own samba file and password.
> I've set the samba username and password to be the same as the users
Windows
> un and pwd.
> Then, I created a link in each of the users home location to the 4 folders
> they need access to.
> However, whenever a file is created by one user it is then only available
as
> read only to the other two - I would like it to be 777.
>
> also, I seem to have a path problem with the links - I am navigating the
> path with a VB application. can I include the link in my path or do i
have
> to use the original 'long way around'?
>
>
> Thanks.
>
>