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
What happened to Wilson’s “Fourteen Points?” Why?
Choosing SAFM: We chose SAFM for several reasons: High criticality—it is capable of determining a safe landing trajectory for the shuttle autonomously in case of a failure requiring an abort during asc
Instant Messaging (IM): The best example would be Skype, through which instant communication could be sent to employee or members’ hand-held device or desktop.
Safety Properties: This property asserts that nothing bad will happen during the execution of the program (e.g., no deadlocks, or no attempts to take an item from an empty buffer). Safety properties are used mainly
What is the work of postfield tag?
18,76,764
1953636 Asked
3,689
Active Tutors
1422492
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!