How nfs server works in Linux.........please mention the nfs server working process?
Submitted by: AdministratorNFS 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
Submitted by: Administrator
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
Submitted by: Administrator
Read Online Linux General Job Interview Questions And Answers
Top Linux General Questions
☺ | What is the difference between samba and ftp server in Linux? |
☺ | What is the use of nis server in Linux? |
☺ | What is the detail boot process in Linux? Start form Pc on? |
☺ | What is the main difference between Yum & rpm? |
☺ | How to find out shared file&dir of FTP? |
Top Linux OS Categories
☺ | Device Drivers Interview Questions. |
☺ | Linux OS Management Interview Questions. |
☺ | Linux Makefile Interview Questions. |
☺ | Linux Environment Interview Questions. |
☺ | Linux OS Shell Interview Questions. |