> CentOS > CentOS故障 >

解决CentOS下tar: Error is not recoverable: exiting

今天备份网站跟平时一样,用命令行进行备份 tar czvf centoscn.com.20150112.tar.gz centoscn
结果就提示[moqimu@cenotscn ~]# tar zxvf centoscn.com.20150112.tar.gz centoscn 

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now


解法方法:原来是自己用普通用户登陆,在命令行下切换到root用户就可以了 su- (责任编辑:IT)