압축 풀때
.tar확장자 tar xvf <파일명>
.tar.gz나.tgz확장자 tar xvfz <파일명>
압축 할때
.tar확장자 tar cvf <파일명.tar> <압축할 폴더명>
.tar.gz나.tgz확장자 tar cvfz <파일명.tar.gz> <압축할 폴더명>
tar cvfz <파일명.tgz> <압축할 폴더명>
압축하기 -c(create)
압축풀기 -x(extract)
압축 -z(없으면 압축하지않고 단순 묶음(tar))
퍼미션 -p(파일이나 폴더의 퍼미션까지 압축
'Server' 카테고리의 다른 글
SSL인증서 변환 (0) | 2021.01.27 |
---|---|
Linux(cent os) teamview 설치하기 (0) | 2020.12.17 |
Apache+Tomcat 연동후 SSL적용 (0) | 2020.01.22 |
Apache v2.2 SSL설치 가이드 (0) | 2020.01.22 |
Unable to read TLD "META-INF/c.tld" from JAR file (0) | 2013.10.17 |