> tar -xvfz mysql-3.23.32.tar.gz
> tar: Cannot open z: No such file or directory
> tar: Error is not recoverable: exiting now
> Any Help? Should there be a z: directory? And where?
Try:
tar zxvf mysql-3.23.32.tar.gz
z = gzipped
x = eXtract
v = verbose
f = file
You had a 'z'
While untarring MySQL on a RAQ3 using:
tar -xvfz mysql-3.23.32.tar.gz
I recieved the following errors:
tar: Cannot open z: No such file or directory
tar: Error is not recoverable: exiting now
Any Help? Should there be a z: directory? And where?
Doug Cotton <[EMAIL PR