tmp/tmpai2ys9g7/{from.md → to.md}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
#### Enum class `perms` <a id="fs.enum.perms">[[fs.enum.perms]]</a>
|
| 2 |
|
| 3 |
-
The `enum class` type `perms` is a bitmask type
|
| 4 |
-
|
| 5 |
-
|
| 6 |
|
| 7 |
-
**Table: Enum class `perms`** <a id="
|
| 8 |
|
| 9 |
| Name | Value (octal) | POSIX macro | Definition or notes |
|
| 10 |
| -------------- | ------------- | ----------- | ---------------------------------------------------------------------------------------------------------------- |
|
| 11 |
| `none` | `0` | | There are no permissions set for the file. |
|
| 12 |
| `owner_read` | `0400` | `S_IRUSR` | Read permission, owner |
|
|
|
|
| 1 |
#### Enum class `perms` <a id="fs.enum.perms">[[fs.enum.perms]]</a>
|
| 2 |
|
| 3 |
+
The `enum class` type `perms` is a bitmask type [[bitmask.types]] that
|
| 4 |
+
specifies bitmask constants used to identify file permissions, with the
|
| 5 |
+
meanings listed in [[fs.enum.perms]].
|
| 6 |
|
| 7 |
+
**Table: Enum class `perms`** <a id="fs.enum.perms">[fs.enum.perms]</a>
|
| 8 |
|
| 9 |
| Name | Value (octal) | POSIX macro | Definition or notes |
|
| 10 |
| -------------- | ------------- | ----------- | ---------------------------------------------------------------------------------------------------------------- |
|
| 11 |
| `none` | `0` | | There are no permissions set for the file. |
|
| 12 |
| `owner_read` | `0400` | `S_IRUSR` | Read permission, owner |
|