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
Normal 0 false false
Briefly explain Tool Support and Applications in program model checking?
Explain the term ammensalim. Describe it in detail.
Promela primitives implementing C code: Several Promela primitives can be used to connect a verification model to implementation-level C code: c_decl introduces the types and names of ext
What do you recognize by Aerodynamics performance analysis?
Explain the term commensalism. Describe in detail.
Write down some examples of the parasitism.
18,76,764
1941121 Asked
3,689
Active Tutors
1450260
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!