Service - NFS | Ubuntu
https://ubuntu.com/server/docs/service-nfsAt a terminal prompt enter the following command to install the NFS Server: sudo apt install nfs-kernel-server To start the NFS server, you can run the following command at a terminal prompt: sudo systemctl start nfs-kernel-server.service Configuration. You can configure the directories to be exported by adding them to the /etc/exports file.