Linux 컴 파일 설치 netcat

976 단어 linux
다운로드 하 다.
wget http://sourceforge.net/projects/netcat/files/netcat/0.7.1/

압축 해제 netcat - 0.7.1. tar. gz 를 / usr / local 디 렉 터 리 에 압축 해제 합 니 다.
tar -zxvf netcat-0.7.1.tar.gz -C /usr/local

이름 바 꾸 기
cd /usr/local
mv netcat-0.7.1 netcat

배치 하 다.
cd /usr/local/netcat

./configure –prefix=/usr/local/netcat


컴 파일: make 설치: make install
환경 변수 설정
vim /etc/profile

다음 내용 추가:
export NETCAT_HOME=/usr/local/netcat export PATH= P A T H : PATH: PATH:NETCAT_HOME/bin
저장, 종료
설정 적용:
source /etc/profile

검증 하 다.
nc –help

좋은 웹페이지 즐겨찾기