Posts tagged nfs centos
Setting up a Linux NFS Server
Feb 25th
NFS: Network File System allows directories and files to be shared and accessed across a network; the client remotely accesses the data that is stored on the server as if they were local files. NFS developed by Sun Microsystems. Installing NFS: If the NFS software is not already installed on the system or not running, use rpm or yum to install the software, ntsysv to enable the startup scripts. You can manually start the daemons by typing:
service nfs start
The server has to be running the following daemons: (more…)






