Describe nfs server working procedure
How nfs server works in Linux mention the nfs server working procedure?
Expert
NFS is utilized 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 -> this will display all the content of the directory
Starvation: It is a resource management problem in which a process does not get the resources it requires for a long time since the resources are being assigned to other processes.
Normal 0 false false
Universal Environments: Unit testing involves the definition of drivers and stubs. Drivers are program components that invoke operations on the unit under test. Stubs are program components that implement operations invoked by the unit. Stubs and driv
Need of the concept of process: Processes are inert. We know that process is fundamentally the active state of a program which is the set of instruction intended to execute some specific job. Preceding to execution, the instructions should be converte
FUTURE OF SATELLITES: Future of the satellites is very sounding but one have to wonder how these big giant machines will work and how these will perform all I understand is that the new upcoming satellites will work in a pattern similar to PC technolo
Normal 0
18,76,764
1937389 Asked
3,689
Active Tutors
1457791
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!