Hello everyone,
I can't decompress a tar file in SUSE Linux guest. The command is as follows:
vmrun -T esx -h "https://xxx/sdk" -u "hostUser" -p "hostPsw" -gu "guestUser" -gp "guestPsw" runProgramInGuest "file.vmx" bin/tar "xvf name_file.tar" -display
After running I don't get an error message and the tar file is not decompressed. How do I do? What is the correct syntax?