Chkconfig: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == 리눅스 명령어 chkconfig 내용 정리 == Basic == chkconfig 는 시스템의 runlevel 정보(시스템의 /etc/rc[0-6].d 디렉토리)를 관리하는...") |
No edit summary |
||
Line 5: | Line 5: | ||
chkconfig 는 시스템의 runlevel 정보(시스템의 /etc/rc[0-6].d 디렉토리)를 관리하는 명령어이다. | chkconfig 는 시스템의 runlevel 정보(시스템의 /etc/rc[0-6].d 디렉토리)를 관리하는 명령어이다. | ||
[[category:command]] | [[category:command/utility]] |
Latest revision as of 08:37, 25 July 2016
Overview
리눅스 명령어 chkconfig 내용 정리
Basic
chkconfig 는 시스템의 runlevel 정보(시스템의 /etc/rc[0-6].d 디렉토리)를 관리하는 명령어이다.