리눅스 포트 리슨

Jmnote (토론 | 기여)님의 2013년 3월 4일 (월) 09:24 판 (새 문서: ;nc 포트 리슨 ;nc 포트 열기 ==방법== <source lang='dos'> [root@jmnote ~]# nc -l 1234 & [1] 24232 </source> <source lang='dos'> [root@jmnote ~]# netstat -anp | grep 1234 tcp...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
nc 포트 리슨
nc 포트 열기

1 방법

[root@jmnote ~]# nc -l 1234 &
[1] 24232
[root@jmnote ~]# netstat -anp | grep 1234
tcp        0      0 0.0.0.0:1234                0.0.0.0:*                   LISTEN      24232/nc

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}