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 do you find out all processes that are currently running?

633


Is it possible to use shortcuts for a long pathname?

704


Why linux is safer than windows?

663


What are environmental variables?

652


How do mutexes work?

665


How much usable space is available, when a Linux system is configured with a RAID 5 array that consists of six 20 GB hard disk drives?

718


How can you login to another system in your network from your system?

688


What is kernel parameters?

684


What is kali linux used for?

672


Is the address bus unidirectional?

651


What are the functions of a linux operating system?

665


What is spinlock semaphore?

618


Is bsd a posix?

637


Do we need antivirus for linux?

593


Is solaris a linux?

628