 |
Index for Section 8 |
|
 |
Alphabetical listing for A |
|
 |
Bottom of page |
|
acldump(8)
NAME
acldump - Dumps the ACL database to an ASCII file
SYNOPSIS
/usr/sbin/acldump [-f filename] [-o filename] [-p]
OPTIONS
-f filename
Specifies the name of the ACL database.
-o filename
Specifies the name of the ASCII output file.
-p Dumps the pathname only.
DESCRIPTION
The acldump command dumps the ACL database to an ASCII file. The ASCII
file contains one line per ACL in the format of pathname:version:security-
descriptor. The security descriptor is in a special format that can be
processed by the aclload command.
EXAMPLES
To show the ACLs for files in the /usr/users/peter directory, enter the
following command:
# acldump | grep "/usr/users/peter"
 |
Index for Section 8 |
|
 |
Alphabetical listing for A |
|
 |
Top of page |
|