Skip to content

Slight change in formatting #3455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions reference/functions/getacls.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ published: true
**Description:** Return the Access Control List (ACL) for a given file- or directory path.

This function returns the ACLs for a file or directory given by the `path`
argument. The `type` argument indicates whether to get the __access__ or
__default__ ACLs.
argument. The `type` argument indicates whether to get the _access_ or
_default_ ACLs.

The __access__ ACLs defines the permissions for the given file or directory.
The _access_ ACLs defines the permissions for the given file or directory.
I.e., who (users, groups, others) can perform what actions (read, write,
execute) on that particular object.

The __default__ ACLs acts like a template of permissions to be inherited by
The _default_ ACLs acts like a template of permissions to be inherited by
objects created within that directory. Please note that only directories can
have default ACLs.

Expand Down