We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mode
1 parent 7b87248 commit 86c928dCopy full SHA for 86c928d
UNIXFS.md
@@ -85,7 +85,7 @@ UnixFS currently supports two optional metadata fields:
85
If unspecified this defaults to `0755` for directories/HAMT shards and `0644` for all other types where applicable
86
The nine least significant bits represent `ugo-rwx`
87
The next three least significant bits represent `setuid`, `setgid` and the `sticky bit`
88
- All others are reserved for future use
+ All others are reserved for future use, and are subject to change - consumers **MUST** mask bits they do not expect, currently `& 07777`
89
* `mtime` -- The modification time in seconds since the epoch. This defaults to the unix epoch if unspecified
90
91
### Deduplication and inlining
0 commit comments