What does it mean to run a virtual OS in “headless mode”?

独自空忆成欢 提交于 2019-12-23 06:47:32

问题


I've been hearing a lot about about how the new version of VMWare Fusion can run virtual operating systems in "headless mode".

A Google search makes it clear that other virtualisation products also have similar features, however, I have not been able to find a good description of what this actually means? What is happening when you do this?


回答1:


Headless mode means that the virtual machine is running in the background without any foreground elements visible (like the Vmware Fusion application)
You would have no screen to see running the front end; i.e. the screen/console would not be visible, even though the operating system is running, and would typically have to access the machine via SSH.




回答2:


For anyone that is interested, you can activate headless mode in VMWare Fusion by running the following command in Terminal.app

defaults write com.vmware.fusion fluxCapacitor -bool YES


来源:https://stackoverflow.com/questions/171948/what-does-it-mean-to-run-a-virtual-os-in-headless-mode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!