Sto cercando di installare Apache Cassandra che è un file tar.gz. Quello che segue è l'output che sto ottenendo.
1a istanza:
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
Seconda istanza:
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
Cosa fare? I file che devo installare sono su un disco e non copiati sulla macchina. È importante?
pwd
per controllare l'attuale directory di lavoro,cd
per cambiare directory els
per controllare il nome del file)