how nfs server works in linux.........please mention the nfs
server working process
Answers were Sorted based on User's Feedback
Answer / 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 |
How would you schedule a task in linux?
What is the virtual desktop in linux?
What are the features of linux os over other operating systems etc?
How process is created in linux?
How would you create a text file without opening it?
Is linux a scripting language?
You have set quotas for all your users but half of your users are using more space than they have been allotted. Which of the following could be the problem?
How do you combine two lines from two sorted files in linux?
Explain how to uninstall the libraries in linux?
Is binary semaphore same as mutex?
What is linux kernel?
How can we find the current value for shell variables?