Operating System/Linux
root 비밀번호 설정
editor2080
2017. 10. 12. 09:26
Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0.-87-generic x86_64)
1 2 3 4 5 | $ sudo passwd root Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully | cs |
* "Enter new UNIX password" 부분에 새롭게 설정할 비밀번호를 입력합니다.
* "Retype new UNIX password" 부분에 새롭게 설정한 비밀번호를 한 번 더 입력합니다.