LINUX之间的共享

vi /etc/expots
/你要共享的目录   ip/24 (rw)
service nfs restart  
访问共享
service portmap start
mkdir /mnt/nfs
mount -t nfs ip:/共享的目录 /mnt/nfs