![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sed command error | srnagu | Shell Programming and Scripting | 1 | 03-21-2008 11:50 AM |
| If..else command gives error | bhatia333 | Shell Programming and Scripting | 3 | 08-23-2007 11:02 AM |
| if else command syntax error | c0384 | Shell Programming and Scripting | 4 | 05-18-2007 07:29 AM |
| Script command error | vkamat | Shell Programming and Scripting | 0 | 09-15-2006 06:11 AM |
| ksh with bc command error | cin2000 | UNIX for Dummies Questions & Answers | 1 | 12-29-2005 12:22 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
when i extract a tar file by below command. tar -xvf /cibs/prod/install/counter_cibs1.0.1.tar it shown the error as "tar: COUNTER1.0.1/source/ : Unable to preserve time." but this error msg is not shown when extract from /cibs/prod/install/ by tar -xvf counter_cibs1.0.1.tar (or) tar -xvf /cibs/prod/install/counter_cibs1.0.1.tar how do resolve this? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
This is only my guess but this can have something to do with the filesystem - possibly tar tool cannot set timestamp of the directory/file.
|
|||
| Google The UNIX and Linux Forums |