How to Configure NFS
What is Network File System “NFS” ?
NFS stands for network file system u have a folder on Computer erver
Yo A, and you want to open or edit files in that folder from Computer B — without copying them.
NFS makes that possible.
1. Centralized Storage {why}
- Store data once on a server
- Access it from multiple clients
NFS makes that possible.
Created by Sun Microsystems in 1984
1st install the package
#yum install nfs-utils* -y
2. start, enable the services
#systemctl start nfs
#systemctl enable nfs
#systemctl status nfs

No comments to display
No comments to display