-
Notifications
You must be signed in to change notification settings - Fork 2
[mkdir] Implement -m #11
Copy link
Copy link
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.
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.
I've implemented
mkdir [-p] DIR, but the-m MODEflag still hasn't been implemented.mkdir [-p] -m MODE DIRis equivalent tomkdir [-p] DIR && chmod MODE DIR.I'm unsure if
-p+-mresults in all created directories having that mode. That should be investigated.https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkdir.html