Hi
When I use mkdir within a chunk of my code, it works ok but the directory it creates does not have a user or group, as below:
drwxr-xr-x 3 nobody nogroup 1024 Mar 16 11:10 Act/
drwxr-xr-x 9 artistes users 1024 Mar 17 00:55 auk/
drwxr-xr-x 3 artistes users 1024 Mar 15 08:08 demo/
drwx------ 3 nobody nogroup 1024 Mar 15 06:23 fire/
you will see that the two 'code' generated dirs are Act & fire.
The problem is that I cannot do anything with these directories as I get permission denied errors.
Howe do i set the code to create them with the same user abd group.
Thanks for any help.
Regards
Darren