Used to share files and foldes between 2 machines.
The NFS Server needs to have nfs installed and the /etc/exports file created
This command is used to show what is being shared by a server
shomount -e nfs_share_server
If you need to find out what servers are connected. There are 2 ways to do this
showmount -a nfs_share_server
Or the netstat option
netstat -an ip-address-of-nfs-server:2049