Ubuntu
Bonjour,
j'ai rencontré ce problème:
root@ubuntu:~# tar xvzf openca-0.9.3-rc1.tar.gz
tar (child): openca-0.9.3-rc1.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
lorsque je tape cette commande: tar -xvzf openca-0.9.3-rc1.tar.gz
j'ai rencontré ce problème:
root@ubuntu:~# tar xvzf openca-0.9.3-rc1.tar.gz
tar (child): openca-0.9.3-rc1.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
lorsque je tape cette commande: tar -xvzf openca-0.9.3-rc1.tar.gz
2 réponses
-
Bonjour jns55
il n'accepte pas la commande cd
est ce que je peux utiliser la commande gunzip pour décompresser le fichiers ?? -
Bonjour,
Il te dit qu'il ne trouve pas le fichier. Soit le nom du fichier est incorrect soit tu ne te trouves pas dans le répertoire qui contient le fichier au moment où tu tapes la commande. Utilise la commande cd pour te placer dans le répertoire et relance ta commande tar.