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 do you find out all processes that are currently running?
Is it possible to use shortcuts for a long pathname?
Why linux is safer than windows?
What are environmental variables?
How do mutexes work?
How much usable space is available, when a Linux system is configured with a RAID 5 array that consists of six 20 GB hard disk drives?
How can you login to another system in your network from your system?
What is kernel parameters?
What is kali linux used for?
Is the address bus unidirectional?
What are the functions of a linux operating system?
What is spinlock semaphore?
Is bsd a posix?
Do we need antivirus for linux?
Is solaris a linux?