Looks like the ACL has not been written, so the incoming ACEs are still being 
looked up (and/or maybe inherited)?
Where was that file moved from and what were the files' permissions and ACLs 
before and after?

Anyone know what execute permission *a* means? -rwxrwxrwa [above]

------------------------------------------------------------------------------------------------------------

I was able to get the files' permissions and ACLs before and after. It's 
interesting to note that the source and destination for the file is the same 
directory.


D:\lsenv\law\lsapps\edi\work>ls -l interchange.20230418*
-rwxrwxrwa   1 Administrators   INFORBC\Domain Users       1586 Apr 18 
interchange.20230418091901 
-rwxrwxrwa   1 Administrators   INFORBC\Domain Users       1586 Apr 18 
interchange.20230418091901.tmp


Getfacl works on the source but not the destination file:

D:\lsenv\law\lsapps\edi\work>getfacl interchange.20230418091901
# file: interchange.20230418091901
# owner: Administrators
# group: Domain Users
user::rwx
user:lawson:rwx
group::---
group:Authenticated Users:rwx
group:SYSTEM:rwx
group:Users:r-x
group:AD_LAWUSERS:rwx
mask::rwx
other::---

D:\lsenv\law\lsapps\edi\work>getfacl interchange.20230418091901.tmp
getfacl: interchange.20230418091901.tmp: No such file or directory


The icalcs command doesn’t work on either and I haven’t been able to get it to 
work elsewhere either.

D:\lsenv\law\lsapps\edi\work>icacls "`cygpath -m interchange.20230418091901"
`cygpath -m interchange.20230418091901: The system cannot find the file 
specified.
Successfully processed 0 files; Failed processing 1 files

D:\lsenv\law\lsapps\edi\work>icacls "`cygpath -m interchange.20230418091901.tmp"
`cygpath -m interchange.20230418091901.tmp: The system cannot find the file 
specified.
Successfully processed 0 files; Failed processing 1 files

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to