netstat
내 Linux 컴퓨터에서 소스 코드를 볼 수 있나요?
답변1
그래 넌 할수있어. 다운로드 해.
그러나 사용 중인 Linux 버전을 지정하지 않았으므로 다음은 몇 가지 예입니다.
데비안/우분투 관련:
# What package is the netstat executable in?
apt-file search /usr/bin/netstat
# Now download the source of that package
apt-get source net-tools
CentOS/레드햇:
yumdownloader --source net-tools
답변2
netstat
스위트룸의 일부입니다 net-tools
. 프로젝트 홈페이지는 다음과 같습니다.
https://sourceforge.net/projects/net-tools/
netstat
여기에서 소스 코드를 찾아볼 수 있습니다 .http://sourceforge.net/p/net-tools/code/ci/master/tree/또는netstat.c 파일 보기.
답변3
어쩌면 당신에게 이것이 필요할 수도 있습니다:http://www.tazenda.demon.co.uk/phil/net-tools/. 보다 정확한 답변이 필요한 경우 로컬 패키지 관리자를 사용하여 netstat
유틸리티가 포함된 패키지에 대한 정보를 얻으십시오.