bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #19546] mkdir -p should use default ACL for parent directories


From: Paul Eggert
Subject: [bug #19546] mkdir -p should use default ACL for parent directories
Date: Mon, 09 Apr 2007 18:14:30 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

Update of bug #19546 (project coreutils):

                Severity:              3 - Normal => 1 - Wish               

    _______________________________________________________

Follow-up Comment #1:

Sorry, but POSIX requires that "mkdir -p FOO/BAR" must create FOO as if by
the following command:

mkdir -m $(umask -S),u+wx FOO

See:

http://www.opengroup.org/susv3/utilities/mkdir.html

It might make sense to add the behavior you desire, as a new option to mkdir,
but I'd have some qualms about changing the existing, standard behavior, as
people may be relying on it.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?19546>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]