안녕하세요? WEBPD.NET 서버운영팀입니다.
1. 부팅 시 커널 선택화면에서 e 로 진입
2. 커서를 아래로 내려서 rhgb quiet를 init=/bin/bash로 변경 후, Ctrl+x 싱글모드 부팅
3. # passwd 로 root 패스워드 수정
참고. root 패스워드 아래와 같은 오류 발생할 수 있음
# passwd
passwd: Authentication token manipulation error
아래의 절차로 root 패스워드 변경함
1. # mount -o remount,rw /
2. # chmod 640 /etc/shadow
3. # passwd
passwd: all authentication tokens updated successfully.
감사합니다.
