updated notes

This commit is contained in:
Hugh Ratsch
2025-02-16 15:30:11 -06:00
parent 6d1f6f653a
commit 9974ee6421
+6 -1
View File
@@ -496,4 +496,9 @@ Port 2222
sudo systemctl restart sshd # Restart the sshd service sudo systemctl restart sshd # Restart the sshd service
``` ```
## NFS & NTP ## NFS & NTP
### NFS
```bash
sudo nano /etc/exports # Edit the exports file
```