Open
Description
Just wondering if there are any thoughts about adding an abstraction for os.Chown
(which for windows does work pretty badly as you need string SSIDs and the semantics differ from Linux in the regard that you don't change user (uid) and group (gid) at the same time like os.Chown does.
Seemingly ACLs are common on those platforms or changing file owner and file owner group independently of each other might be an approach.
Also getting the current owner and owner group or a list of all ACLs of a file might be another interesting feature which would be necessary for like copying files and applying the same ownership permissions as the source file had.
Metadata
Metadata
Assignees
Labels
No labels