tar解压报错——Not found in archive tar: Exiting with failure status due to previous errors
tar解压报错——Not found in archive
[root@master software]# tar -xzf scala-2.11.8.tgz /usr/local/
tar: /usr/local: Not found in archive
tar: Exiting with failure status due to previous errors //当前路径下找不到指定的路径——没有加上-C参数指定路径
[root@master software]# tar -xzf scala-2.11.8.tgz -C /usr/local/
[root@master software]#
浙公网安备 33010602011771号