Ubuntu에서 root 계정 자동 로그인
root 계정의 비밀번호를 생성
ubuntu@bijung:~$ pwd
/home/bijung
ubuntu@bijung:~$ whoami
bijung
ubuntu@bijung:~$ sudo passwd root
[sudo] password for bijung:
New password:
Retype new password:
passwd: password updated successfully
ubuntu@bijung:~$ su - root
Password:
root@bijung:~# whoami
root
root@bijung:~# ssh로 root 계정 접속
GUI에서 root 계정으로 접속하기
참조
Last updated