# sudo tar zxvf ./jdk-7ull-linux-i586.tar.gz -C /usr/lib/jvm linux
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting nowjvm
問題解決方法以下:將z參數換成j參數問題解決
bz 格式用 j
gz 格式用 zorm
其餘命令參數ip
c 是建立
x 是解壓縮
v 是詳細信息
f 是指定文件it