aix 에서 특정 포트 확인하는 방법입니다.
vi /etc/services |pg 명령어로 보시면 80 포트가 막혀있지 않는 것을 확인 할수 있습니다.
http 80/tcp # World Wide Web HTTP
http 80/udp # World Wide Web HTTP
www 80/tcp # World Wide Web HTTP
www 80/udp # World Wide Web HTTP
www-http 80/tcp # World Wide Web HTTP
www-http 80/udp # World Wide Web HTTP
막는 방법 ex)
# telnet 23/tcp # Telnet
포트사용 확인 명령어
# netstat -Aan | grep 80
os ip 등록 확인 명령어
# cat /etc/hosts
'Server' 카테고리의 다른 글
[AIX] crontab 명령어, cron log 확인, 재기동 방법 (0) | 2024.01.26 |
---|---|
AIX 포트번호로 프로세스 정보 확인하기 (0) | 2023.10.31 |
AIX CPU,메모리 사용현황 조회 / 메모리사용률 PROCESS 나열 (0) | 2021.10.06 |
code-server java springboot maven(ing) (0) | 2021.03.09 |