how nfs server works in linux.........please mention the nfs
server working process
Answer Posted / mujeebuddin
NFS is used to share a directory in a network of Linux
machines .
configuration of NFS:
NFS SERVER:
yum install nfs*
vim /etc/exports -> press enter then type
/directory name *(rw,sync)
save -> wq
service portmap restart
service nfs restart
chkconfig portmap on
chkconfig nfs on
Another Linux PC:-
mount -t nfs (ipaddress of nfs server):/muj /opt
cd /opt
ls -> it will display all the content of the directory
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
Does apple use linux or unix?
How is the sata hard disk configuration made when we install redhat 9?
How to enable acls for /home partition?
What is a split-horizon dns?
Is linux illegal?
How do I search for a grep file in linux?
What do you mean by ldconfig in linux?
What are the basic components of Linux?
Which linux os is best?
What is echo $? In linux?
How to delete information from a file in vi?
Why linux is safer than windows?
Is chrome os based on linux?
Which linux shell is best?
Why is mutex needed?