commands – acl list
List details of one or more ACLs.
Usage
acl list [self] [name]
acl list name change
where
self | list ACLs that apply to the user running this command. If not specified, all ACLs will be listed. |
name | of ACL to list. If not specified, ACLs for all names will be listed. |
change | id of ACL as listed by acl changes, or relative change index. |
read on name
Examples
List ACLs for user
BeyondCron % acl list self
Name User/Role Permissions -------- --------- ----------- / everyone read /calendar everyone read /server1 operator enable+
List all ACls
BeyondCron % acl list
Name User/Role Permissions -------- --------- ----------- / admin admin+ everyone read /calendar admin admin+ everyone read /server1 creator write+ operator enable+
List a users effective ACLs for a job
BeyondCron % acl list self /server1/backup
Name User/Role Permissions -------- --------- ----------- /server1 operator enable+
List all ACLs for a job
BeyondCron % acl list /examples/sleepy
Name User/Role Permissions --------- --------- ----------- /examples admin admin+ demo execute+ everyone read
List details of an earlier version of an acl
BeyondCron % acl changes /examples
Time Change Action User Host ------------------- ------- -- ------- ----- ---------------- 14:27:58 14/07/2017 02d6122 0 Updated admin demo.example.com 11:14:52 14/07/2017 37e30e5 -1 Updated admin demo.example.com 11:13:49 14/07/2017 05b9c44 -2 Updated admin demo.example.com 11:13:16 14/07/2017 70513b9 -3 Created admin demo.example.com
BeyondCron % acl list $$ 05b9c44
Name User/Role Permissions --------- --------- ----------- /examples admin admin+ jsmith execute+
List details of an earlier version of an acl using a relative change index
Versions of an acl can also be referenced using their relative change index, with 0 being the current version, -1 being the previous version, etc…
BeyondCron % acl list /examples -2
Name User/Role Permissions --------- --------- ----------- /examples admin admin+ jsmith execute+