This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andreask
Recipients andreask, pitrou
Date 2009-02-02.23:07:46
SpamBayes Score 0.06026105
Marked as misclassified No
Message-id <1233616068.61.0.727790395577.issue5113@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, that does fail with error 'not owner'.

andreask@bertha:~/tmp> mkdir x
andreask@bertha:~/tmp> cd x
andreask@bertha:~/tmp/x> touch foobar
andreask@bertha:~/tmp/x> ll
total 0
-rw-rw-r--   1 andreask   DomainUsers      0 Feb  2 15:06 foobar
andreask@bertha:~/tmp/x> chown root foobar
andreask@bertha:~/tmp/x> ll
total 0
-rw-rw-r--   1 root       DomainUsers      0 Feb  2 15:06 foobar
andreask@bertha:~/tmp/x> chown andreask foobar
foobar: Not owner
andreask@bertha:~/tmp/x>
History
Date User Action Args
2009-02-02 23:07:48andreasksetrecipients: + andreask, pitrou
2009-02-02 23:07:48andreasksetmessageid: <1233616068.61.0.727790395577.issue5113@psf.upfronthosting.co.za>
2009-02-02 23:07:46andreasklinkissue5113 messages
2009-02-02 23:07:46andreaskcreate