[tar] tar -zxvf ['file_name']

sangjun

·

2021. 7. 26. 00:51

 

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

위의 코드와 같이 ***.tar.gz이 tar -zxvf ***.tar.gz으로 압축 해제가 안 될 때 z옵션 빼기

tar -xvf ***.tar.gz