I. installation environment
Virtual Machine: VMware station 10 client: Red Hat 5.6
Ii. Start
1) first
Click "Install Vmware tools ". Because I have already installed it, it is displayed as "reinstall.
2) Right-click the desktop and Open Terminal ).
Enter the following command (note the space ):
Mount-t iso9660/dev/cdrom/mnt (load the CDROM device and the CDROM is read-only)
Cp/mnt/VMwareTools-9.6.1-1378637.tar.gz/tmp (copy the package to the Linux TMP directory)
Umount/dev/cdrom (uninstall CDROM)
Cd/tmp (enter the TMP directory)
Tar zxf VMwareTools-9.6.1-1378637.tar.gz (unzip this package)
Cd/vmware-tools-distrib (go to the extracted directory)
./Vmware-install.pl (run the installation command to start installation)
3) If you have installed all the X Window environments and development tools in Linux,
The above installation process should be smooth.
During installation, you will encounter problems such as "In which directory do you want to install your binary files". Simply press Enter.
If you encounter a request with [yes], enter yes and press Enter.