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 |
What is used to search files for specified words or patterns?
Explain virtual desktop.
How do I see processes in linux?
Is ubuntu a bsd?
Is linux safer than mac?
What is an a record, an ns record, a ptr record, a cname record, an mx record?
What does set -o do?
what is kernel parameters? where its located and how would you find it ?
What is kernel parameters?
You routinely compress old log files. You now need to examine a log from two months ago. In order to view its contents without first having to decompress it, use the which utility in linux?
Which is the recommended size for the swap space partition?
What is the command for displaying, in which shell we are working.