2009. 1. 21. 12:32
21. 부팅시 실행레벨설정 ( X-window 로 또는 터미널으로)
2009. 1. 21. 12:32 in 내가쓰는리눅스 강좌
리눅스는 /etc/inittab 파일의 실행레벨 설정으로 처음 부팅할때
X-window GUI( Graphic User Interface) 환경으로 부팅할 것인지
Terminal CLI(Command Line Interface) 환경으로 부팅할 것인지 결정이 가능하다 .
[root@localhost ~]# more /etc/inittab
#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#
# Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
# Modified for RHS Linux by Marc Ewing and Donnie Barnes
#
# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:3:initdefault:
#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#
# Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
# Modified for RHS Linux by Marc Ewing and Donnie Barnes
#
# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:3:initdefault:
여기에서 설치를 GUI 환경으로 햇다면 id : 5 라고 써 있을 것이고
이것을 3으로 고치면
CLI 환경으로 부팅이 가능하다 .
참고로 시스템 종료시에 shutdown -h now 라는 복잡한 명령보단
init 0
이라고 치면 된다. !! ㅋ
'내가쓰는리눅스 강좌' 카테고리의 다른 글
26. ethtool 사용하기 spped 와 duplex 변경 (6) | 2009.11.23 |
---|---|
25. sort 명령어 (2) | 2009.11.05 |
24. tar 압축파일에 관해서 (0) | 2009.09.15 |
23. man 페이지 내용을 파일로 보자. (2) | 2009.04.23 |
22. lame : mp3 인코더 (0) | 2009.01.30 |
20 . SSH 터미널의 프롬프트에서 절대경로 표시법 (0) | 2009.01.20 |
19. 콘솔 모드에서의 해상도 조절 (1) | 2008.11.03 |
18. CentOS 에서 Xmanager 를 위한 설정하기 (2) | 2008.07.03 |
17.1 네트워크 개념 잡기 IP/NETMASK/DefaultGW/DNS (5) | 2008.06.16 |
17. 명령어 모드에서 네트워크 설정 ifconfig 와 route (2) | 2008.06.16 |