JJMacey wrote: adler@adler-HP-Spectre-XT-Ultrabook-PC /tmp/vmware $ sudo ls /usr/lib/vmware/modules/source/*.tar
Any insight here? Thanks in advance for any ideas.
That is not the proper command!
The proper command is: for i in `ls /usr/lib/vmware/modules/source/*.tar`; do tar xf $i -C /tmp/vmware; done