我正在使用以下 CentOS:
$ cat /etc/centos-release
CentOS Linux release 7.0.1406 (Core)
Run Code Online (Sandbox Code Playgroud)
命令nmap,netstat和lsof在 CentOS7 上找不到。为什么?
$ type -a nmap
bash: type: nmap: not found
$ type -a netstat
bash: type: netstat: not found
$ type -a lsof
bash: type: lsof: not found
Run Code Online (Sandbox Code Playgroud)
我应该怎么做才能使它们工作?