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]# 

posted on 2024-04-21 14:01  代码你敲我不敲  阅读(1234)  评论(0)    收藏  举报

导航

返回顶端