[EMAIL PROTECTED] wrote:
>> The permissions of "." (the directory containing "d") were set
>> to be rwx------ (aka u=rwx), so that rmdir by non-owner should
>> have failed, regardless of the umask.
>
> I thought "chmod u=rwx ." only sets user permissions without changing
> group or other permissions? Probably it should be "chmod 755 ." or so.

Argh.  Of course.
I will make it do this instead:

  chown a=,u=rwx .


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to