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 is used to search files for specified words or patterns?

0 Answers  


Explain virtual desktop.

0 Answers  


How do I see processes in linux?

0 Answers  


Is ubuntu a bsd?

0 Answers  


Is linux safer than mac?

0 Answers  


What is an a record, an ns record, a ptr record, a cname record, an mx record?

0 Answers  


What does set -o do?

0 Answers  


what is kernel parameters? where its located and how would you find it ?

1 Answers   Oracle,


What is kernel parameters?

0 Answers  


You routinely compress old log files. You now need to examine a log from two months ago. In order to view its contents without first having to decompress it, use the which utility in linux?

0 Answers  


Which is the recommended size for the swap space partition?

0 Answers  


What is the command for displaying, in which shell we are working.

8 Answers  


Categories