"Hello all, I tried to untar (SunOS tar) as different user in same group under a directory, with 776 permission for the directory, its sub-directories and the files. The files were untared successfully, but I got error message as "can’t set time on
Surly not for root? I am wandering if there is anyway to exclude all sub-directories, which just a special files, from untar process?
Hi,
Can you restore with “root” userid?
it seems OS does not allow to set time, and every option is not working…
I tried w/o -p and got same message.
Hi,
Did you try tar’s -p flag meaning “preserve” (timestamps,ownership) ? Of course, this suppose that retaining original ownership is not problem in your case.
Karel