- 다른 뜻에 대해서는 우분투 nc 설치 문서를 참조하십시오.
1 개요[ | ]
- CentOS nc 설치
- CentOS ncat 설치
- CentOS nmap-ncat 설치
- bash: nc: command not found
Console
Copy
root@centos7:~# nc
bash: nc: command not found
Console
Copy
root@centos7:~# yum install nc
... (생략)
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
nmap-ncat x86_64 2:6.40-19.el7 base 206 k
Installing for dependencies:
libpcap x86_64 14:1.5.3-11.el7 base 138 k
Transaction Summary
================================================================================
Install 1 Package (+1 Dependent package)
Total download size: 344 k
Installed size: 740 k
Is this ok [y/d/N]: y
... (생략)
Installed:
nmap-ncat.x86_64 2:6.40-19.el7
Dependency Installed:
libpcap.x86_64 14:1.5.3-11.el7
Complete!
Console
Copy
root@centos7:~# nc
Ncat: You must specify a host to connect to. QUITTING.
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.