I have one doubt, in ubuntu 20.04 direct login is possible without password. It means one user startup system with root without entering the root password directly wake-up with root, anybody please tell me how to do
Asked
Active
Viewed 134 times
-5
1 Answers
4
in ubuntu 20.04 direct login is possible without password.
Yes.
It means one user startup system with root without entering the root password directly
No. With some remarks: having your actual hands on a system anyone can boot into grub or start a live session, mount the disks and alter anything. The 2nd you can prevent by locking your BIOS but that is a hassle.
wake-up with root,
No. We do not use root as a user. We use "sudo", that elevates permissions for a limited time (the default is 15 minutes).
The method using "sudo" is ease of use combined with good security. But the user itself is ofcourse ultimately the weakest part of the chain.

Rinzwind
- 299,756
root
? ... Possible, Yes ... Advised, No ... See: Desktop automatic login as root on Ubuntu 22.04.1 LTS ... If you change your mind, as you should, to use a normal user instead, then see: How do I set up password-less login via GUI in Ubuntu 20.04? – Raffa May 05 '23 at 18:18