Hello All,
I need to identify programatically information about a volume, its type flags. I can get this information using statfs() function. But how do I know if a volume is mounted with ACL's enabled?
The CLI command fsaclctl, when invoked without any options, will print the status of ACLs on the specified volume. I don't know how to invoke this from a program (other than a shell script), though.