NFS

Network File System is the Unix networking protocol that allows files and printers to be shared across the network. This de facto Unix standard, which is widely known as a distributed file system, was developed by Sun Microsystems, and defined in RFC 1094 (RFC 1813 defines Version 3). NFS services are also available on Windows NT servers, which enables Unix workstations to gain access to its files and printers.

The counterpart of NFS in DOS, Windows, and OS/2 environments is SMB (Server Message Block), and in NetWare is NCP (NetWare Core Protocol). NFS, SMB, and NCP are all high-level protocols (OSI layers 5 to 7) that provide open and close file and read and write functions, as well as access control. They ride on top of the transport protocols (TCP/IP, NetBIOS, NetBEUI, IPX/SPX), which manage the transfer.

If I need to use NFS, how can I make it more secure?