맨날 검색하다가 작성.
압축
$ tar -zcf [.tar.gz] [...]
압축 해제
$ tar -zxf [.tar.gz]
옵션
-f: use archive file or device ARCHIVE
-c: create a new archive
-x: extract files from an archive
-z: filter the archive through gzip
-p: extract information about file permissions (default for superuser)
-t: list the contents of an archive
-v: verbosely list files processed
'Linux, Server, Web' 카테고리의 다른 글
[Ubuntu 18.04] KVM 설치 및 사용하기 (3) | 2019.02.01 |
---|---|
Ubuntu 18.04 + Nginx + (uWSGI/gunicorn) + Python-Flask 설정 (0) | 2018.11.27 |
[OpenVPN] client 에서 route 설정하기 (0) | 2018.07.31 |
Ubuntu 18.04 systemd-resolved SERVFAIL 문제 (0) | 2018.06.26 |
Heroku + Python + Flask (0) | 2017.12.06 |