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
What utility would you use to replace a string ‘2001’ for ‘2002’ in a text file?
Is linux built on unix?
Does google own linux?
What is difference between at and cron?
Is linux free of cost?
Is arch linux good?
Difference between home directory and working directory?
How do I play a dvd on ubuntu?
What is the maximum length for a filename under linux?
What is a daemon process in linux?
In what way are home directories different from working directory?
What is bash shell?
Is the address bus unidirectional?
What is zombie process in linux?
How do I move directories in linux?