To configure user access lists from the command line, type the following command with appropriate options.
# qconf options |
The following options are available:
qconf -au user-name[,...]access-list-name[,...]
The -au option (add user) adds one or more users to the specified access lists.
The -Au option (add user access list from file) uses a configuration file, filename, to add an access list.
qconf -du user-name[,...] access-list-name [,...]
The -du option (delete user) deletes one or more users from the specified access lists.
qconf -dul access-list-name[,...]
The -dul option (delete user list) completely removes userset lists.
The -mu option (modify user access list) modifies the specified access lists.
The -Mu option (modify user access list from file) uses a configuration file, filename, to modify the specified access lists.
qconf -su access-list-name[,...]
The -su option (show user access list) displays the specified access lists.
The -sul option (show user access lists) displays all access lists currently defined.