6 ms·
Yeah default users are fine, but the basic architecture of Linux (and, to my knowledge, all operating systems) means that there’s no meaningful way to create a
by nonsince 4y ago
Yeah default users are fine, but the basic architecture of Linux (and, to my knowledge, all operating systems) means that there’s no meaningful way to create a user without creating a password, so you can’t have a default user without a default password.
- twic 4y agoOn the contrary - when you create a user using useradd, it initially has no password, and so cannot log in.