리눅스 압축하기
[root]#tar -cvzf test.tar.gz test
만들파일 목적파일
리눅스 압축해제하기
1. 현재 폴더에 해제
[root]#tar -xvzf test.tar.gz
2. 원하는 목적지에 해제
[root]#tar -xvzf test.tar.gz -C [목적지]
'▶ 이전글 > Linux' 카테고리의 다른 글
sudo apt-get update와 sudo apt-get upgrade의 차이점 (0) | 2018.03.13 |
---|---|
process 관련 명령 (0) | 2018.03.13 |
copy command : cp -r src_dir1 dest_dir2 (0) | 2018.01.22 |
mv - 폴더 이동 명령 (0) | 2017.12.14 |