Man Page: acl_free
Operating Environment: opensolaris
Section: 3sec
acl_free(3SEC) File Access Control Library Functions acl_free(3SEC)NAMEacl_free - free memory associated with an acl_t structureSYNOPSIScc [ flag... ] file... -lsec [ library... ] #include <sys/acl.h> void acl_free(acl_t *aclp);DESCRIPTIONThe acl_free() function frees memory allocated for the acl_t structure pointed to by the aclp argument.RETURN VALUESThe acl_free() function does not return a value.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOacl_get(3SEC), acl(5), attributes(5) SunOS 5.11 6 Oct 2005 acl_free(3SEC)
| Related Man Pages |
|---|
| acl_init(3) - mojave |
| facl_get(3sec) - opensolaris |
| acl_set(3sec) - opensolaris |
| acl_free(3) - osf1 |
| facl_set(3sec) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Trying to block signal |
| How to learn UNIX |
| Change directory for core file |
| Grep the 'not running' jobs and will send the update in mail with its name(job) |
| What's legal and what's not? |