-
Couldn't load subscription status.
- Fork 2
Open
Labels
missing functionalitySomething required by a standard (probably POSIX) was knwoingly not implemented.Something required by a standard (probably POSIX) was knwoingly not implemented.
Description
I've implemented mkdir [-p] DIR, but the -m MODE flag still hasn't been implemented.
mkdir [-p] -m MODE DIR is equivalent to mkdir [-p] DIR && chmod MODE DIR.
I'm unsure if -p + -m results in all created directories having that mode. That should be investigated.
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkdir.html
Metadata
Metadata
Assignees
Labels
missing functionalitySomething required by a standard (probably POSIX) was knwoingly not implemented.Something required by a standard (probably POSIX) was knwoingly not implemented.