memos/linux/설치 후 첫 root 로그인.md
2024-08-26 00:21:39 +09:00

349 B

tags
howto
linux

1. root 유저 패스워드 설정

sudo passwd root
New password: [type root user password]
Retype new password: [type root user password before you type]
passwd: password updated successfully

2. root 로그인

$ su -
Password: [type root user password]

root@computer-name:~#