홈CentOS 7 single mode 부팅 & root 비밀번호 변경 CentOS 7 single mode 부팅 & root 비밀번호 변경 / Unix/Linux/MacOS / 글쓴이 JONSEOK 1. GRUB 부팅에서 (Core) 부팅에서 'E'를 눌러 편집모드로 진입2. "rhgb quiet" 구문을 삭제하고 그 자리에 "init=/bin/bash" 추가3. Ctrl+X 눌러 single 모드 진입-- root 비밀번호 변경# mount -o remount,rw /# passwd root-- 리부팅# touch /.autorelabel# exec /sbin/init