updated notes

This commit is contained in:
Hugh Ratsch
2025-02-16 15:53:05 -06:00
parent 9974ee6421
commit 6bc279bc8b
+5
View File
@@ -501,4 +501,9 @@ sudo systemctl restart sshd # Restart the sshd service
### NFS ### NFS
```bash ```bash
sudo nano /etc/exports # Edit the exports file 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
``` ```