当我在shell下执行:tar Zxvf ****.tar.z的文件时,出现如下错误:
tar (child): compress: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
Looks like the error is from compress. Try use uncompress first against that file and see if it runs fine. If not, then the file might have been corrupted.