Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: SSBN on June 10, 2003, 09:44:10 PM
-
I am trying to un tar a file.
I moved the file over to the server using samba
when i type in tar –xzf squidguard3.1.tar.gz
I get a not a valid tar file what am i missing
-
that is cuz it is zipped, see the gz at the end
try
gunzip
steve
-
When i type in gunzip squidguard3.1.tar.gz
It tells me it is not in gzip format.
-
Sounds like the file is corrupted. The tar command you mentioned first should have worked, too.