-
파일 압축하기 zip [파일명.zip] [파일 또는 디렉토리명] [파일 또는 디렉토리명1]... 현재폴더 전체(./*)를 test.zip으로 압축 zip test.zip ./* 파일 및 디렉토리 압축 현재 폴더의 모든것과 하위 폴더들을 모두 압축 zip -r test.zip ./* 파일 압축풀기 unzip abcd.zip 특정위치에 압축풀기 unzip test.zip -d /home/data