Abhishek Amberkar [??????] wrote:
On Tue, Jul 22, 2008 at 10:06 PM, Rony gnulinuxist@gmail.com wrote:
Abhishek Amberkar [??????] wrote:
On Sun, Jul 20, 2008 at 3:07 PM, Raj Mathur raju@linux-delhi.org wrote:
tar tvf rhl-sap-en-80.tgz should do it, or rename it to .tar and use Ark or your favourite GUI archiver to view/extract.
Thanks...this worked. since the extension is .tgz I used `tar -xzvf file.tgz', which didn't work.
The t option lists contents. How did you extract the archive? The .tgz format is the same .tar.gz format. If the z option was not used, then Red Hat has messed up that file. Try out the security tgz file with tar xzvf.
As I already told, I used "tar -xzvf file.tgz"
But you mentioned, it didn't work.