diff --git a/src/rhcsa.md b/src/rhcsa.md index bfb97a9..dee9bfe 100644 --- a/src/rhcsa.md +++ b/src/rhcsa.md @@ -501,4 +501,9 @@ sudo systemctl restart sshd # Restart the sshd service ### NFS ```bash sudo nano /etc/exports # Edit the exports file + +sudo exportfs -r # Export the NFS shares +sudo exportfs # Display the NFS shares + +sudo systemctl start nfs-server # Start the NFS server ``` \ No newline at end of file