I'm not very experienced with Linux and I'm having a hard time finding a script that will allow me to automatically start vmware-tools on Ubuntu 12.04 on the command line (no GUI). The only thing I've came across was this:
echo "/usr/bin/vmware-toolbox - -minimize" > ~/.kde/Autostart/vmware-toolbox.sh
and that appears to be for the GUI or kubuntu. I'd like the service to automatically start if the server reboots.
Thanks
echo "/usr/bin/vmware-toolbox - -minimize" > ~/.kde/Autostart/vmware-toolbox.sh
and that appears to be for the GUI or kubuntu. I'd like the service to automatically start if the server reboots.
Thanks