ssh 기본명령어 (왕초보 -_-) 정보
JavaScript ssh 기본명령어 (왕초보 -_-)본문
압축하기
tar cvfpz public_html.tar.gz * --ignore-failed-read
tar cvfpz public_html.tar.gz * --ignore-failed-read
특정폴더
tar cvzpf shop.tgz /home/폴더명/public_html/shop
tar cvzpf shop.tgz /home/폴더명/public_html/shop
압축풀기
tar xvfzp gnuboard4.tgz
tar xvfzp gnuboard4.euckr.tgz
tar xvfzp youngcart4.tgz
tar xvfzp public_html.tar.gz
tar xvfzp gnuboard4.tgz
tar xvfzp gnuboard4.euckr.tgz
tar xvfzp youngcart4.tgz
tar xvfzp public_html.tar.gz
추천
2
2
댓글 1개
도움이 되었습니다.
검색하다가 다른 명령어들도 나오던데, 이 글 스크랩하면서 같이 기억하려고 링크도 남깁니다. https://itisguide.tistory.com/20