Information
The Network File System (NFS) is one of the first and most widely distributed file systems in the UNIX environment. It provides the ability for systems to mount file systems of other servers through the network. If the server does not export NFS shares or act as an NFS client, it is recommended that these services be disabled to reduce remote attack surface.
Solution
Disable rpcbind- # update-rc.d rpcbind disable Disable nfs-kernel-server- # update-rc.d nfs-kernel-server disable