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 2016 년
@Braiam 나는 문제가 .tar.gz 설치에 있다고 생각했다 ... 미안 ..
—
AJ
pwd
현재 작업 디렉토리 확인, 디렉토리cd
변경 및ls
파일 이름 확인)