NFS server gives user ability to share his/her works in the network. Here is setup method of NFS server in just 4 simple steps.
Setup Network File Sharing Server
Basic: Configuration file exits in /etc/exports
Step 1: Create a directory you want to share
Step 2: Edit exports file
Step 3: now restart the portmap & nfs services
service portmap restart
service nfs restart
Step 4: check NFS Server
U can also use #mount t NFS 192, where tis use to define the server type
And NFS is the type of the server.
.
No comments:
Post a Comment