1
tar 파일을 추출 할 때“열 수 없습니다 : 해당 파일이나 디렉토리가 없습니다”
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 두 번째 사례 …
10
tar