updated notes
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user