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


Please Help Members By Posting Answers For Below Questions

How mutex is implemented in linux?

462


Is mac a linux or darwin?

468


How to create a new file or modify an existing file in vi?

456


Is solaris a linux?

438


Which utility is used to make automate rotation of a log?

500






What is the best antivirus for linux?

469


Please explain lilo?

514


How can we use linux?

502


What is the best bsd?

467


Which are the different modes of vi editor?

436


What is the maximum length for a filename under linux?

480


What is gnuc?

471


What does swap mean in linux?

468


Can you run linux on a macbook pro?

428


What are benefits of linux?

459