windows11 上使用wsl相关
# 启动(会启动默认的系统) wsl # 启动CentOS wsl -d CentOS # 如果需要以root身份登录,可以使用以下命令 wsl -u root -d CentOS #centos 查看版本信息 cat /etc/redhat-release cat /etc/os-release cat /etc/system-release-cpe
# 启动(会启动默认的系统) wsl # 启动CentOS wsl -d CentOS # 如果需要以root身份登录,可以使用以下命令 wsl -u root -d CentOS #centos 查看版本信息 cat /etc/redhat-release cat /etc/os-release cat /etc/system-release-cpe