tar -zxvf 成功解压
但是 tar -zxfv
[root@Friday test]# tar -zxfv a.tar.gz
tar (child): v:无法 open: 没有那个文件或目录
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
多数都是没有先后顺序的,但并不是所有命令都这样;tar命令的选项-f后面必须接上文件名。如果要把几个参数合在一起写的话,-f一定要放在最后!