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 is the alternative method to a gui installation in linux?
Can you run linux on a phone?
Does freenas really need 8gb ram?
Does linux have a registry?
What does xfce mean in linux?
What's the difference between unix and linux and windows?
Is freebsd based on linux?
What is flag?
What is named semaphore?
Is linux safer than mac?
What is the advantage of linux?
how would you change the default o.s. Boot option with some interval say 30 seconds in linux?
What are scripts in linux?
Can you give a detailed explanation on how the boot process of the linux version you like happens?
which process/directory is responsible for the kernel is decompressed during boot up?