In this tutorial i will show you how to install vmware tools in centos 7. Installing vmware tools in your centos 7 guest OS will increase performance and compatibilty , there are some benefit installing vmware tools in your centos 7:
Prerequisites
This article assumes you have at least basic knowledge of linux, know how to use the shell, root user or non-root user account with sudo privileges set up on your server.
Step 1 – install using yum
sudo yum install open-vm-tools
Step 2 – start vmtoolsd service and enable at boottime
systemctl start vmtoolsd.service systemctl enable vmtoolsd.service
Congratulations, you have successfully install vmware tools on centos 7.