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
What is semaphore and types?
Explain about the boot process?
Is kali linux legal?
In what way is imap different than pop3?
You run a linux program in the background simultaneously when you start your linux server?
What is curl used for in linux?
Linux initially was developed for intel x86 architecture but has been ported to another hardware platform than any other operating system. Do you agree?
What is inode number?
Linux is which kind of operating system?
Are drives such as hard drive and floppy drives represented with drive letters?
What type of file server do we have on a linux server?
What is a split-horizon dns?
What is the purpose of linux operating system?
How do you check the port is open or not in linux?
How long has linux been around?