Skip to content
Posted on:August 29, 2007 at 07:29 AM

tar 압축 & 풀기

tar 압축 & 풀기

z옵션 지원하는 경우

묶기

tar cvfz myfiles.tar.gz /etc

풀기

tar xvfz myfiles.tar.gz

z옵션을 지원안하는 경우

묶기

tar cvf myfiles.tar /etc
gzip myfiles.tar

풀기

gunizp myfiles.tar.gz
tar xvf myfiles.tar
tar
Web Analytics