bug-coreutils
[Top][All Lists]
Advanced

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

Re: coreutils-6.9 build/check-root: test/rm failed on no-give-up


From: Jim Meyering
Subject: Re: coreutils-6.9 build/check-root: test/rm failed on no-give-up
Date: Thu, 03 May 2007 18:00:17 +0200

address@hidden wrote:
> Why is this so? The script called 'umask 000' because otherwise almost
...

We're getting closer :-)
Your use of 'umask 000' could be part of the problem,
but that doesn't explain why rm's final rmdir("d") succeeded.
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.

If you insert this line:

  ls -ld .

after the line that does "chmod u=rwx ." in tests/rm/no-give-up,
the output may help.




reply via email to

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