How to Install nmap on CentOS Linux
Installing nmap on CentOS Linux is very easy using the yum utility. Just issue the below command from the CLI and nmap will be installed.
- [root@server ~]# yum install nmap
Using nmap is easy. The below performs the default scan on an IP address.
- [root@server ~]# nmap IPADDRESS