
VMware Tools 中包含一系列服务和模块,可在 VMware 产品中实现多种功能,从而使用户能够更好地管理客户机操作系统,以及与客户机操作系统进行无缝交互。
VMware Tools 具备以下功能:
vi /vmtools_install.sh
- #!/bin/bash
- # -*- coding: utf-8 -*-
- # Author: CIASM
- # update 2023/10/11
- # increase indent:Tab
- # decrease indent:Shift+Tab
- # install source vm-tools
-
- <
- # ubuntu To execute this script
- ln -sf bash /bin/sh
- !
-
- install_basics() {
-
- # Check if the script is being run as roo