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
Below is a drawing of the wall of a refrigarator which consists of 3 layers- 0.2 cm thick steel walls on both sides of 4 cm of glass wool. This refrigarator was initially turned off so the temperature inside and out side was the same and the flux of heat through the w
Normal 0
Senator Joseph McCarthy’s tactics: In 1950, McCarthy told Republican audience in Wheeling, West Virginia, that he had a list of 205 Communists who were working in the State Department. In reality he had no such list. Only two days later he could
Define the term Internet Engineering Task Force or IETF?
How did college education change for women in the 1880s and 90s?
What are the central weaknesses of RPC-like mechanisms for creating distributed applications?
Press release: This is also known as a news release is written or recorded communication for news media in order to announcing something claimed as containing news value.
18,76,764
1942882 Asked
3,689
Active Tutors
1415333
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!