how nfs server works in linux.........please mention the nfs
server working process
Answer Posted / 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 |
Post New Answer View All Answers
How to enhance the security of password file in linux?
How do you list contents of tar.gz and extract only one file?
Do hackers use kali linux?
What is the difference between linux and bsd?
What is nfs?
You have a large spreadsheet located in the /data directory that five different people need to be able to change. How can you enable each user to edit the spreadsheet from their individual home directories?
How to open microsoft word document, power point etc. On linux suse version and vise versa?
Is solaris a linux?
Is everything in linux a file?
What are symbolic links?
How do I find usb devices on linux?
What happens when mutex is locked?
How do you empty a file in linux?
Compare cron and anacron in linux with an example?
Which command in linux is used for the description of any command?