Cygwin 'cp' command is still slow after Cygserver is installed
Derek Pagel
Derek.Pagel@infor.com
Wed Apr 19 13:39:45 GMT 2023
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
More information about the Cygwin
mailing list