Friday, May 20, 2011


How to share files between two servers?
Ans:-

1) vi /etc/exports
add ebtries like
/pathnametoshare *(ro,sync)
then save file.
2) exportsfs -a
3) verify by using
showmount -e servername

No comments:

Post a Comment