atlas acl#
file version: 10 July 2026
Overview#
atlas acl views, grants, revokes, or clears POSIX ACL entries on
files and directories.
Permissions use rwx notation, for example r-x, rwx, and
r--.
Commands#
Command |
Description |
|---|---|
|
Show current ACL |
|
Grant access |
|
Revoke access |
|
Remove all extended ACL entries |
Usage#
atlas acl <command> [flags] <path> [paths...]
Command Flags#
Flag |
Description |
|---|---|
|
Set/view default ACL, inherited by new files in directory |
|
Apply recursively |
|
Regexp pattern matched against file paths |
|
Show what would be changed without making changes |
Examples#
atlas acl /users/nds
atlas acl grant user:meghan r-x /users/nds
atlas acl grant group:devs rwx /data/project
atlas acl grant -d user:meghan r-x /users/nds
atlas acl revoke user:meghan /users/nds
atlas acl clear /users/nds
atlas acl grant -r user:meghan r-x /users/nds
Global Flags#
Flag |
Description |
|---|---|
|
Path to CA certificate for server verification |
|
Machine-readable output format ( |
|
Interface language ( |
|
Disable color output |
|
Use plaintext (non-TLS) connection |
|
ATLAS server address; defaults to |
|
Skip TLS certificate verification; enabled by default for self-signed setups |