virtualbox命令行启动虚拟机和关闭虚拟机和虚拟机关闭防火墙

查看virtualbox正在运行的虚拟机命令

VBoxManage list runningvms

根据查到的虚拟机{ip}号

使用后台命令启动虚拟机的方法:

 VBoxManage startvm  {ip}

使用后台命令关闭虚拟机的方法:

 VBoxManage  controlvm  {ip} poweroff

 

 VBoxManage list runningvms # 列出运行中的虚拟机
VBoxManage controlvm {ip} acpipowerbutton # 关闭虚拟机,等价于点击系统关闭按钮,正常关机
 VBoxManage controlvm {ip} poweroff # 关闭虚拟机,等价于直接关闭电源,非正常关机
VBoxManage controlvm {ip} pause # 暂停虚拟机的运行
 VBoxManage controlvm {ip} resume # 恢复暂停的虚拟机
VBoxManage controlvm {ip} savestate # 保存当前虚拟机的运行状态

 

 

Centos6.5 关闭防火墙

centOS 6.5关闭防火墙步骤

关闭命令:  service iptables stop 
        永久关闭防火墙:chkconfig iptables off

两个命令同时运行,运行完成后查看防火墙关闭状态 
        service iptables status

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值