=====Setting Up NFS===== Used to share files and foldes between 2 machines. The NFS Server needs to have nfs installed and the **/etc/exports** file created ====NFS Tools==== ===Showing what is available=== This command is used to show what is being shared by a server shomount -e nfs_share_server {{:linux:linux-services:showmount-e.png?nolink&300|}} ===Showing what Servers are Connected=== If you need to find out what servers are connected. There are 2 ways to do this showmount -a nfs_share_server {{:linux:linux-services:showmount-a.png?nolink&300|}} \\ Or the netstat option netstat -an ip-address-of-nfs-server:2049 {{:linux:linux-services:netstat.png?nolink&400|}}