nfs-common installation --NFS client network file share

To share network files between multiple servers, use the apt command to install "nfs-common", which provides a function for mounting on an NFS server. Let's install it.

sudo apt install -y nfs-common

NFS stands for Network File System.

NFS server

If you want to become an NFS server, install an NFS server.

Installing nfs-kernel-server --NFS server network file sharing

Associated Information