用virtualBox在Windows中安装Linux遇到的问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用virtualBox在Windows中安装Linux遇到的问题相关的知识,希望对你有一定的参考价值。

安装文件没有权限时

权限设置

sudo chmod -R 777 文件名

无法用sudo

pkexec chmod go-w /usr/lib/sudo/sudoers.so


本地地址打不开的时候

关掉防火墙再试试

systemctl stop firewalld 

也可以直接禁用防火墙

systemctl disable firewalld


网卡配置

vi /etc/sysconfig/network-scripts/ifcfg-enp0s3

重启

systemctl restart network

查看网络

ifconfig


以上是关于用virtualBox在Windows中安装Linux遇到的问题的主要内容,如果未能解决你的问题,请参考以下文章

在VirtualBox虚拟机中安装Centos操作系统怎么与本地XShell远程连接

Windows7下VirtualBox中安装的ubuntu如何设置共享文件夹?

在windows server 2012 中安装docker

LAMP 在VirtualBox里安装Ubuntu Server

如何在virtualbox中安装dos6.22?

在虚拟机中安装CentOS