Problem Deleting Directory & Files

Patrick O'Callaghan pocallaghan at gmail.com
Thu Feb 12 16:48:24 UTC 2009


On Thu, 2009-02-12 at 11:39 -0500, R. G. Newbury wrote:
> On 11Feb2009 08:23, Patrick O'Callaghan <pocallaghan at gmail.com> wrote:
> | On Tue, 2009-02-10 at 21:41 -0700, Kirk wrote:
> | > I installed a tarball and then discovered I didn't need it.  I tried to
> | > delete the director & files but permission gets denied.  I tried to
> | > chmod but it wouldn't work on the files or directory.  I checked the
> | > permissions which said I'm not the owner & can't change them.
> |
> | If you're not the owner then you must have been superuser when you did
> | the installation (or you were logged in as a different user). In any
> | case, become that user again using 'su' and proceed.
> 
>  >On several UNIX platforms it's possible to give files away, and a tar
>  >unpack quite often preserves the ownerships from inside the tar >archive,
>  >even as non-root. I'm fairly sure I've had this happen to me on Linux,
>  >and so it's quite possible he wasn't root during the unpack.
> 
> There is another possible reason why that directory could not be 
> removed. The 'immutable' bit or the 'undeletable' bit has been  set. Use 
> 'chattr -R -i -u <dirname>' and try again.

In general this would be possible, but in this particular case the OP
says the error message complains about incorrect ownership, which
wouldn't be caused by an attribute change.

poc




More information about the fedora-list mailing list