hi!
I am trying to unzip an .tar.gz file, so, take a look at my steps
root@lisa:~# gzip -d xxxxxx.x.x.tar.gz
root@lisa:~# tar -zxvf xxxxxx.x.x.tar
them, I had an error msg (is this an error?)
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
help!
