VMware 虚拟机的各种问题

1.虚拟机安装了centos7以后,刚开始还是可以共享磁盘的,这样便于我复制文件,突然某次开始后,再打开共享盘/mnt/hgfs后里面没我的内容,空的。

  vmware虚拟机共享文件夹为空解决方法:vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other

1、firewalld的基本使用

启动: systemctl start firewalld
查看状态: systemctl status firewalld 
禁用,禁止开机启动: systemctl disable firewalld
停止运行: systemctl stop firewalld

原文地址:https://www.cnblogs.com/bing2017/p/15532852.html