Sometimes my Ubuntu virtual machine looses copy/paste from windows host functionality. I'm too lazy restart whole machine. How to restart just vmware tools?
11 Answer
This worked for me when the resolution of my Ubuntu 18.10 VM wasn't updating automatically:
sudo systemctl restart open-vm-tools
I'm using open-vm-tools/open-vm-tools-desktop 2:10.3.0-0ubuntu3.
1