[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] gtar 1.15.92 delayed chown/chmod
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-tar] gtar 1.15.92 delayed chown/chmod |
Date: |
Tue, 24 Oct 2006 11:06:22 +0300 |
Dat Head <address@hidden> wrote:
> why does gtar delay chown/chmod until end for some files
Tar delays restoration of privileges for directories, because resetting
them at once might interfere with further extracting files into them
(e.g. if a directory is read only). For the rest of files the
privileges and ownership are restored right after extraction.
> i then want to ctrl-c the gtar -x restore after i know it has gone past all
> of the data i want but then it leaves files as mode 000/root.root
That's certainly a bug. Thanks for reporting.
Regards,
Sergey