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

Can you legally copy your own dvds?

0 Answers  


What are benefits of linux?

0 Answers  


How is the sata hard disk configuration made when we install redhat 9?

0 Answers  


What is a root account?

0 Answers  


After copying a file to a floppy disk, what should you do before removing the disk?

0 Answers  






mount -r is used to mount a file in read only mode. State Whether True or False?

0 Answers  


How can you determine the total memory used by linux?

0 Answers  


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

0 Answers  


Can spinlock be interrupted?

0 Answers  


How do I open a profile in linux?

0 Answers  


How do I start apache in linux?

0 Answers  


How do I download linux os?

0 Answers  


Categories