how nfs server works in linux.........please mention the nfs
server working process

Answers were Sorted based on User's Feedback



how nfs server works in linux.........please mention the nfs server working process..

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 nfs server works in linux.........please mention the nfs server working process..

Answer / ketan

the above answer is 200% correct .

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Linux General Interview Questions

What feature stateless linux server offers?

0 Answers  


How linux is different from unix?

0 Answers  


What is linux xfce?

0 Answers  


Is linux a computer operating system?

0 Answers  


How do you find out the processes that are currently running or a particular user?

0 Answers  






What is the purpose of the linux?

0 Answers  


Is it possible to install Linux RHEL5 os along with fedora14 linux os in one system ?

1 Answers  


What is a regular file in linux?

0 Answers  


In /etc/fstab, what is the meaning of defaults word and 0 0 indicates which options?

0 Answers  


What linux do hackers use?

0 Answers  


How much disk space does linux need?

0 Answers  


How to find the difference in two configuration files?

0 Answers  


Categories