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 to enhance the security of password file in linux?

640


How do you list contents of tar.gz and extract only one file?

696


Do hackers use kali linux?

646


What is the difference between linux and bsd?

632


What is nfs?

659


You have a large spreadsheet located in the /data directory that five different people need to be able to change. How can you enable each user to edit the spreadsheet from their individual home directories?

637


How to open microsoft word document, power point etc. On linux suse version and vise versa?

654


Is solaris a linux?

605


Is everything in linux a file?

619


What are symbolic links?

619


How do I find usb devices on linux?

587


What happens when mutex is locked?

682


How do you empty a file in linux?

643


Compare cron and anacron in linux with an example?

624


Which command in linux is used for the description of any command?

692