我正在尝试安装tar.gz文件的Apache Cassandra。以下是我得到的输出。
第一个实例:
tar -zxvf apache-cassandra-2.0.3-bin.tar.gz
tar (child): apache-cassandra-2.0.3-bin.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
第二实例:
tar -zxvf apache-cassandra-2.0.3-bin.tar.gz.gitignore
tar (child): apache-cassandra-2.0.3-bin.tar.gz.gitignore: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
该怎么办?我需要安装的文件位于磁盘中,而不是复制到计算机中。有关系吗
@AJ这是如何重复的?
—
Braiam 2014年
@Braiam我以为问题出在.tar.gz安装中...对不起..
—
AJ
pwd
检查当前工作目录,cd
更改目录和ls
检查文件名)