From 6bc279bc8bcb34bc30d094c0a541841c4153446c Mon Sep 17 00:00:00 2001 From: Hugh Ratsch Date: Sun, 16 Feb 2025 15:53:05 -0600 Subject: [PATCH] updated notes --- src/rhcsa.md | 5 +++++ 1 file changed, 5 insertions(+) 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