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 |
How do you check the port is open or not in linux?
Are linux and unix the same thing?
Why is linux safer than windows?
What is virtual desktop?
Which linux is android based on?
How do you find out all processes that are currently running?
Which popular office suite is available free for both microsoft and linux?
Why do developers use md5 options on passwords?
What is kernel parameters?
how do you list and flush all ip tables in linux?
Does linux cost money?
How do I create a bootable usb drive for linux?