tar: /usr/app: Not found in archive

用tar解压文件报错:
tar: /usr/app: Not found in archive
在这里插入图片描述

解决办法:加上 -C就行
例如:tar -zxvf zookeeper-3.4.10.tar.gz -C /usr/app

猜你喜欢

转载自blog.csdn.net/weixin_46457946/article/details/117693378
今日推荐