Install VMWare-Tools On Linux Guest Of ESXI
Here’s a simple tutorial to show you how to install VMWare-Tools
Here’s the code:
mkdir /tmp/cdrom
mount /dev/cdrom /tmp/cdrom
cp /tmp/cdrom/VMWare---your-version-vmware-Tools ~
tar zxvf VMware-Tools-version
./vmware-tools/vmware-install.pl
you can answer with the default answers by clicking enter for each question presented. That’s it.