Skip to content

Commit adf8b8a

Browse files
committed
nfsv4 aces/acls
1 parent 41f3f56 commit adf8b8a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/hpc/03_storage/08_sharing_data_on_hpc.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ An Access Control List is composed of Access Control Entries, each of which has
1313
[type]:[flags]:[principal]:[permissions]
1414
```
1515
- `type`: kind of ACE entry, we recommend only using `A` (access). Deny type entries make the ACE more complex to reason about when compared to using only access type entries for the same configuration. We strongly urge you to not use them.
16-
- `flags`: inheritance flags which apply to directories and control how ACEs are inherited, with the following available:
17-
- `f`: files inherit ACEs, but inheritance flags are not set on the files
18-
- `d`: directories inherit both the ACE and the inheritance flags
19-
- `i`: only inherit the inheritance flags, ACEs do not apply to this directory
20-
- `n`: directories only inherit ACEs, not the inheritance flags
16+
- `flags`: inheritance flags which apply to directories and control how ACEs are inherited, with the following available::
17+
| `f` | files inherit ACEs, but inheritance flags are not set on the files |
18+
| `d` | directories inherit both the ACE and the inheritance flags |
19+
| `i` | only inherit the inheritance flags, ACEs do not apply to this directory |
20+
| `n` | directories only inherit ACEs, not the inheritance flags and a special |
2121
and a special `g` flag that is only used when the principal is a group.
2222
- `principal`: the user or group to apply the ACE to. Note the presence of special principals `OWNER`, `GROUP` (which refer to the owner and default group) and `EVERYONE`.
2323
- `permissions`: the level of access to grant. Aliases for most common uses include:

0 commit comments

Comments
 (0)