Tutorials/NFS/README.md
2024-04-27 19:34:39 +02:00

14 lines
197 B
Markdown

# Needed packet Installation
For the Server we need this package
```bash
sudo apt install nfs-kernel-server
```
And for the Client wee need this package
```bash
sudo apt install nfs-common
```