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

What utility would you use to replace a string ‘2001’ for ‘2002’ in a text file?

649


Is linux built on unix?

551


Does google own linux?

485


What is difference between at and cron?

575


Is linux free of cost?

699






Is arch linux good?

514


Difference between home directory and working directory?

545


How do I play a dvd on ubuntu?

512


What is the maximum length for a filename under linux?

554


What is a daemon process in linux?

584


In what way are home directories different from working directory?

633


What is bash shell?

525


Is the address bus unidirectional?

537


What is zombie process in linux?

540


How do I move directories in linux?

502