现在位置 >首页 > nfs
关闭rpc.statd服务已关闭评论
2013年02月06日 Linux ⁄ 被围观 23,845 次+
为了让linux主机少一些隐患,我们要尽可能把一些不需要的服务取消或者删掉。 我们可以先来看看目前有哪些端口是开着的 [root@localhost linsc]# nmap 127.0.0.1 Starting nmap 3.70 ( http://www.insecure.org/nmap/ ) at 2007-12-05 21:28 CST Interesting ports on localhost.localdomain (127.0.0.1): (The 1652 ports scanned but not shown below are in state: closed) PORT     STATE SERVICE 21/tcp   open  ftp 22/tcp   open  ssh 25/tcp   open  smtp 80/tcp   open  http 766/tcp  open  unknown 3306...
阅读全文