how nfs server works in linux.........please mention the nfs
server working process
Answers were Sorted based on User's Feedback
Answer / 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 |
Which supports for creating a Linux VPN (Virtual Private Network)?
How do you get the full path of a file in linux?
How do I find com ports in linux?
How to enable curl on ubuntu lamp stack?
Hi, We are porting our application from linux 2.4 to 2.6.Its an medical equipment.So just want to know how could i perform balck box testing on this.Please let me know the scenarios as well.
What is a split-horizon dns?
Does free memory exist on linux?
How to copy text to clipboard?
What daemon does the event tracking in linux?
Which linux is best for mac?
Can I use linux for gaming?
Do hackers use linux?