728x90
Ubuntu에서 root 계정으로 가기 위해 su root 명령어를 치니 su: Authentication failure 에러 발생
인증 실패 왜 뜨는걸까?
이는 root의 비밀 번호를 초기에 설정하지 않아서 생기는 오류이다.
sudo passwd root 명령어를 사용하여 비밀번호를 설정한다.
sudo passwd root
비밀번호를 설정하고 su root 또는 su - 명령어를 실행하면 root 계정으로 접근할 수 있다.
728x90
'ERROR' 카테고리의 다른 글
[ML] ModuleNotFoundError: No module named 'sklearn' (0) | 2023.04.17 |
---|---|
[Python] AttributeError: module 'math' has no attribute 'lcm' (0) | 2023.03.08 |
[format] ValueError: cannot switch from manual field specification to automatic field numbering (0) | 2023.02.10 |
[Git] failed to push some refs to [URL] (0) | 2023.02.06 |
[Git] The requested URL returned error: 400 (0) | 2023.02.06 |