25.04.01

이원빈·2025년 4월 1일

nginx : 실행

sudo systemctl status nginx 상태확인
sudo systemctl start nginx 시작
sudo systemctl enable nginx 횔성화

SSHD
클라이언트 => putty, ssh
서버 => sshd

http 프로토콜
클라이언트 => 크롬, 사파리
서버 => nginx, apache

프로세스 관련

명령어

sudo ps -ef | less
sudo ps -ef | fgrep 프로세스번호
네트워크와 포트 사용현황

명령어

sudo netstat -nlp
sudo netstat -nlp | less
sudo netstat -nlp | fgrep nginx
nginx 와 관련된 포트번호 확인

0개의 댓글