The command
tar -cvfz archivo.tar.gz fichero1 fichero2 fichero3
It returns the following error:
tar: archivo.tar.gz: No se puede stat: No existe el fichero o el directorio
tar: Exiting with failure status due to previous errors
I do not understand what can be wrong with my command.