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
Why linux is more secure than windows?
Why is semaphore used?
What happens when mutex is locked?
What do you mean by ldconfig in linux?
What does tty mean in linux?
How will you restrict ip so that the restricted ip’s may not use the ftp server?
What is gnuc?
What is “nohup” used for?
What would you use to edit contents of the file?
Does linux run faster than windows?
What is semaphore and types?
What is the difference between absolute and relative path?
Is ubuntu a bsd?
Explain the 3 kinds of file permissions under linux?
Do I need antivirus on linux mint?