[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] bug or design: extracting dirs with 000 permissions causes
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-tar] bug or design: extracting dirs with 000 permissions causes errors |
Date: |
Fri, 11 Aug 2006 09:51:47 +0300 |
Mike Frysinger <address@hidden> wrote:
> if you have a tar full of 000 dirs, extracting as a non-root user will cause
> errors as tar changes the permissions on the directory to 000 before
> extracting the subfiles/subdirs
Run tar with --delay-directory-restore option in this case.
Regards,
Sergey