[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] Permission errors
From: |
Paul Eggert |
Subject: |
Re: [Bug-tar] Permission errors |
Date: |
Sat, 05 Jun 2004 08:23:06 -0700 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
"Dave Largent" <address@hidden> writes:
> Is it possible that tar is being run as a different user?
Possible, but not likely, at least not with GNU tar. It plays setuid
games only in the remote-access code.
You can look in the source code for 'setuid' and/or 'seteuid' and see.
You should look at the source code that Apple gives you.