We have an ASU V5.1A ECO3 on a Tru64 4.0F.
I setted to 1 the IgnoreUnixPermissions parameter.
All works fine, but sometimes, from windows station, i cannot access to a
file or a directory created from unix stations because i haven't ACL on it
and i'm not the owner.
>From the unix shell, i.e., the folder "passo" has the rights:
ls -la
-rwxrwxrwx 1 lmworld system 1928 Sep 13 15:18 mult_epss.dpf
drwxrwxrwx 2 ucam system 8192 Sep 18 14:27 passo <--
Unaccessible dir
-rwxrwxrwx 1 lmworld system 2788 Sep 13 15:39 pn_clk-eye.job
If i use then net perm command:
# net perm c:/hsz22/hsz1/lavori/neuricam/clk-eye/passo
Error 5 has occurred.
Access is denied.
To access the dir, i have to take ownership of folder and subfolders from
windows, and set the inherits of permissions.
After this operation, i have the same unix rights:
ls -la
-rwxrwxrwx 1 lmworld system 1928 Sep 13 15:18 mult_epss.dpf
drwxrwxrwx 2 ucam system 8192 Sep 18 14:27 passo <---
-rwxrwxrwx 1 lmworld system 2788 Sep 13 15:39 pn_clk-eye.job
but from windows all works fine.
I don't understand who is the owner of the folder and when the problem
happens!
Thanks
Emilio
Received on Fri Sep 20 2002 - 10:54:31 NZST