码迷,mamicode.com
首页 > 系统相关 > 详细

设定linux为多用户模式

时间:2018-08-25 11:21:41      阅读:353      评论:0      收藏:0      [点我收藏+]

标签:get   xwindow   win   组件   col   route   最小   桌面环境   lis   

1.显示系统已经安装的组件,和可以安装的组件:

#yum grouplist

2.如果系统安装之初采用最小化安装,没有安装xwindow,那么先安装:

#yum groupinstall "X Window System"

3.安装GNOME桌面环境
  
#yum groupinstall "GNOME Desktop" 
  
4.启动桌面
#startx
  

1.查看IP
# ip addr

2.查看路由
# ip route

3.查看DNS
# cat /etc/resolv.conf

4.查看主机名
# hostname

systemctl set-default multi-user.target

multi-user.target

设定linux为多用户模式

标签:get   xwindow   win   组件   col   route   最小   桌面环境   lis   

原文地址:https://www.cnblogs.com/gispathfinder/p/9532825.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!