Linux requires the installation of VMware Tools tools to implement the direct file copy and paste functionality of the host and virtual machines, as follows:
① Click Virtual Machine VM menu Bar--Virtual machine--install VMware Tools.
② then redhat the installation package that pops up in the system, find vmwaretools-9.2.3-1031360.tar.gz and then right-click to extract the/media directory.
③ enter/media with terminal command to install.
1234567891011 |
[[email protected] VMware Tools]
# cd /media/VMware Tools
[[email protected]ion90 VMware Tools]
# ls
manifest.txt VMwareTools-9.2.3-1031360.
tar
.gz
[[email protected] VMware Tools]
# tar -zxvf VMwareTools-9.2.3-1031360.tar.gz
[[email protected] VMware Tools]
# ls
lost+found VMwareTools-9.2.3-1031360.
tar
.gz vmware-tools-distrib
[[email protected] VMware Tools]
# cd vmware-tools-distrib/
[[email protected] vmware-tools-distrib]
# ls
bin doc etc FILES INSTALL installer lib vmware-
install
.pl
[[email protected] vmware-tools-distrib]
# ./vmware-install.pl
#如果出现[Y/N]的提示,直接按下回车键即可。
|
④ the VMware Tools tools under Linux are installed successfully after step 3 is complete.
(resolved) Installing VMware Tools on a Linux virtual machine (to enable file interaction between Windows and virtual machines copy and paste)