This document provides instructions for configuring a basic NFS server on a Red Hat Enterprise Linux 7 system to share directories with a client system. It describes installing NFS and related packages, exporting directories like /opt/nfs, configuring the firewall and starting the NFS daemon on the server. It also covers installing NFS packages, mounting exported directories and testing access on the client. The document further discusses making the NFS shares persist after reboots by configuring fstab files on both systems. It concludes by sharing a home directory through NFS and confirming access.