How to implement getfacl in java (linux) since getacl() works only on windows

327 Views Asked by At

How to implement getfacl() in java (Linux) since getacl() works only on Windows. When I try to use AclFileAttributeView in Linux for nfsv4 mounted drive I get null pointer.

0

There are 0 best solutions below