how nfs server works in linux.........please mention the nfs
server working process
Answers were Sorted based on User's Feedback
Answer / 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 |
Explain virtual desktop.
How to copy file into directory?
Define hcmos?
Define inode.
How environment variable is set so that the file permission can be automatically set to the newly created files?
Why should I use red hat linux?
Can you install linux on any laptop?
What is bsd in linux?
Is linux better than windows for gaming?
What is semaphore with example?
Is Linux Operating system virus free?
How to change window manager by editing your home directory?