Skip to content

Instantly share code, notes, and snippets.

@nikuyoshi
Created April 29, 2014 07:20
Show Gist options
  • Save nikuyoshi/11392815 to your computer and use it in GitHub Desktop.
Save nikuyoshi/11392815 to your computer and use it in GitHub Desktop.
CentOS、Ubuntuをテキストモードログインに変更する

CentOS、Ubuntuをテキストモードログインに変更する

CentOS

sudo vim /etc/inittab
# ランレベルを5に変更する
sudo init 3

GUIを起動する場合は、 init 5

Ubuntu

sudo vim /etc/default/grub
# 「GRUB_CMDLINE_LINUX_DEFAULT」に「text」を追加。
sudo update-grab

GUIを起動する場合は、 sudo start lightdm

参考

http://mattintosh.blog.so-net.ne.jp/2012-02-28_ubuntu_login_cui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment