首先在windows安装vmware


用vmware安装linux(网上教程很多,这里就不提了)


在vmware点击安装vmware tools

这时在 /dev/cdrom 目录下就有vmware tools安装包

挂载到别的目录下  mount /dev/cdrom /mnt

这时/mnt 目录下会有一个tar.gz的压缩包,解压到别的目录

进入到解压的目录,执行./vmware-install.pl  

在出现这一行的时候如果一直循环不断 

The path "no" is not a valid path to the 3.8.13-16.2.1.el6uek.x86_64 kernel
headers.
Would you like to change it? [yes]             ##那就选择NO


然后下一条选yes
[ Press Enter key to continue ] yes


然后一直回车,到这一条yes
Do you want to enable Common Agent (caf)? [yes] yes


最后就完成了,这样就可以直接拖拽文件到linux了!


ps:这是指在图形界面下复制文件