Index Index for
Section 8
Index Alphabetical
listing for A
Bottom of page Bottom of
page

aclload(8)

NAME

aclload - Loads the ACL database from an ASCII file

SYNOPSIS

/usr/sbin/aclload [-i filename] [-n | -r]

OPTIONS

-i filename Uses the information in the specified ASCII file. -n Creates a new ACL database. -r Replaces existing ACLs.

DESCRIPTION

The aclload command adds ACLs from the ASCII input file to the existing ACL database except for pathnames already in the database unless overridden by the -n or -r options.

EXAMPLES

1. To delete the existing ACL database and load the ACLs from an ASCII file called acl.june, enter the following command: # aclload -n -i acl.june 2. To update the existing ACL database with the ACLs from an ASCII file called acl.june, replacing exisitng ACLs for pathnames already in the database, enter the following command: # aclload -r -i acl.june

Index Index for
Section 8
Index Alphabetical
listing for A
Top of page Top of
page