본문 바로가기

리눅스

centos 7 root 패스워드 변경

centos 7 root 패스워드 변경


[root@lmkfox-19358 ~]# passwd

Changing password for user root.

New password: 

Retype new password: 

passwd: all authentication tokens updated successfully.

[root@lmkfox-19358 ~]#



New password:   --> 새로운 패스워드 지정


Retype new password:  --> 새로운 패스워드 다시 입력


passwd: all authentication tokens updated successfully.  --> 패스워드 입력 완료



'리눅스' 카테고리의 다른 글

심볼릭 링크 걸기  (0) 2018.10.02
centos 7 yum list 업데이트  (0) 2018.09.21
vim 설치  (0) 2018.09.21
ssh root 로 접속 하기  (0) 2018.09.21
여러 파일 문자열 치환 스크립트  (0) 2018.09.20