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
How to find the difference in two configuration files?
How to color the git console?
Is it possible to reduce the size of a already created partition?
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?
Why samba is used?
What is a shell command in linux?
What does fsck do in linux?
Can I get linux on my mac?
Which utility is used to make automate rotation of a log?
Which is best linux for beginners?
Compare linux & windows?
How to see the list of mounted devices on linux?
What is gnuc?
Why we use LINUX?
Does ios use linux?