码迷,mamicode.com
首页 > 其他好文 > 详细

开机默认命令行

时间:2014-07-19 19:06:03      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:os   c   linux   line   ar   file   

ubuntu 12.04:

edit file: /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="xxx"

-> GRUB_CMDLINE_LINUX_DEFAULT="xxx text"

 

CentOS :

edit file: /etc/inittab

# init 3

 

Fedora 20:

默认运行级别在: /etc/systemd/system/default.target

默认进入字符: ln -sf /lib/systemd/system/multi-user.target  /etc/systemd/system/default.target

默认进入图形: ln -sf /lib/systemd/system/graphical.target  /etc/systemd/system/default.target

开机默认命令行,布布扣,bubuko.com

开机默认命令行

标签:os   c   linux   line   ar   file   

原文地址:http://www.cnblogs.com/skynext/p/3853579.html

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