我有Ubuntu 10.10,并使用VirtualBox 3.2。作为来宾操作系统,我在VirtualBox中还有另一个Ubuntu。
主机Ubuntu启动后,我将使用以下命令自动启动Guest Ubuntu:
VBoxHeadless -startvm Ubuntu --vrdp on
然后,我可以使用ssh或tsclient访问它。
现在,一旦我关闭主机Ubuntu,就需要自动关闭Guest Ubuntu。有谁知道使用命令行自动关闭Guest Ubuntu的安全方法吗?我发现了两种方法可以关闭来宾操作系统,但是我不确定它们是否安全。他们是:
VBoxManage controlvm Ubuntu acpipowerbutton
要么
VBoxManage controlvm Ubuntu poweroff