osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

17
pages.ko/osx/netstat.md Normal file
View File

@@ -0,0 +1,17 @@
# netstat
> 네트워크 연결, 열린 소켓 포트 등 네트워크 관련 정보를 표시합니다.
> 같이 보기: 네트워크 연결(리스닝 포트 포함)을 나열하려면 `lsof`를 참조하세요.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/netstat.1.html>.
- 특정 프로토콜을 수신 중인 PID와 프로그램 이름 표시:
`netstat -p {{프로토콜}}`
- 라우팅 테이블을 출력하고 IP 주소를 호스트명으로 해석하지 않음:
`netstat -nr`
- IPv4 주소의 라우팅 테이블 출력:
`netstat -nr -f inet`