Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 빅데이터 분석기사 실기
- dreamhack
- mariadb
- 빅분기 실기
- Dreamhack.io
- wireshark
- tcache
- error
- 빅데이터 분석기사
- 인프런
- 보안뉴스
- 빅데이터분석기사
- pandas
- 클라우드
- centos7
- pwnable
- [EduAtoZ]
- ios frida
- ubuntu
- nmcli
- 빅데이터분석기사 실기
- VS Code 오류
- AWS
- 풀이
- FSB
- Linux
- Cloud
- 워게임
- AWS Cloud
- Python
Archives
- Today
- Total
목록Unmask (1)
0netw0m1ra
[009] systemctl 실습 (sshd)
- 서비스 상태 확인 # systemctl status sshd - sshd 서비스 시작 # systemctl start sshd - sshd 서비스 중지 # systemctl stop sshd - sshd 서비스 활성화 # systemctl enable sshd - sshd 서비스 비활성화 # systemctl disable sshd - sshd 서비스 잠금 # systemctl mask sshd - sshd 서비스 잠금해제 # systemctl unmask sshd - sshd 서비스 재시작 # systemctl restart sshd - sshd 서비스 재시작 (pid바뀌지 않음) # systemctl reload sshd 시작을 잠그는 systemctl mask 잠금 해제 systemctl unm..
Unix Linux
2021. 6. 1. 15:55