[명령어] 칼리리눅스 기본명령어(2)
# 압축
touch test01.txt
touch test02.txt
tar cf test.tar test0*
tar czf test.tart.gz test0*
> 파일들을 압축
tar xf test.tar
tar xzf test.tar.gz
> 파일들을 압출 풀기
# service
service apache2 start
> 아파치2 서버 시작
service apache2 stop
> 아파치2 서버 종료
service ssh start
> ssh 시작
ssh root@192.168.111.133
> ssh를 이용하여 접속시도
'Linux > kali linux' 카테고리의 다른 글
칼리리눅스에서 자주사용하는 서비스 (0) | 2019.02.26 |
---|---|
[명령어] 칼리리눅스 기본명령어(3) (0) | 2019.02.26 |
[명령어] 칼리리눅스 기본명령어(1) (0) | 2019.02.26 |