"Paul T. Darga" <[EMAIL PROTECTED]> writes: > When running mkdir with -m and -p options, the specified mode is not > honored for parent directories. This is consistent with the > documentation, but it strikes me as a bit bogus. Is there a reason > for this behavior?
It's the tradition, and POSIX requires it. See <http://www.opengroup.org/susv3/utilities/mkdir.html>. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
