"Updates"

This commit is contained in:
2026-01-28 16:49:36 +01:00
parent 8d300e0995
commit 213c2836f9

View File

@@ -228,6 +228,12 @@ sudo systemctl daemon-reload
### Monitoring NFS Server
#### Netstat
```bash
watch -n 5 "netstat -plaute | grep nfs | sort -r -n -k 3,2"
```
#### NFSWatch
```bash
sudo apt install -y nfswatch
```