2.2虚拟机Vmtools安装
如果虚拟机内系统无法随虚拟机客户端填满,请先安装vmware-tools,并重启
由于我是虚拟机,所以以下所有的命令都是以root运行,但是我并不建议这样做,尤其是双系统的玩家,我建议使用普通账户进行安装和日常使用,需要root权限的一律sudo即可;
这个习惯并不好,可以的话用普通用户进行kali日常化
2.2.1vmware-tools下载
其实,并不需要下载,当你使用Vmtools进行安装kali时,在下方有一个横幅,会提示你是否安装工具
选择菜单栏“虚拟机”——“安装VMware tools” ,等待系统自动更换ISO光盘
2.2.2安装
tar zxvf VMwareTools-9.6.0-1294478.tar.gz -C /root/(安装到的目录)
cd /root/
cd vmware-tools-distrib/
./vmware-install.pl
一路回车,完成后重启系统
2.2.3扩展
提示:
在安装的过程中会有路径提示,可以手动敲一遍熟悉一遍
在最后,会有一个提示,就意味着安装成功:
You can now run VMware Tools by invoking "/usr/bin/vmware-toolbox-cmd" from the
command line.
To enable advanced X features (e.g., guest resolution fit, drag and drop, and
file and text copy/paste), you will need to do one (or more) of the following:
Manually start /usr/bin/vmware-user
Log out and log back into your desktop session; and,
Restart your X session.
Enjoy,
--the VMware team
2017.1新版的kali可以直接安装Vm-tools:
在kalilinux2017.1安装vmtools的时候,不要再安装老版的vmtools,直接更新源,更新系统,然后
apt-get install open-vm-tools-desktop
安装好以后,reboot。这样就可以拖动文件了。