When I use mkdir -p it makes parent directories as needed.  Fine.
When I use mkdir -m it sets the permission mode of the directory I
make.  Also fine.

The problem is, when I use mkdir -p -m it only sets the mode of the
last directory.  All of the parent directories take the default mode,
which is not what I want.  It would be convenient if there were an
option to apply the -m mode to all parents that get created.

--Gordon Hamachi


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to