ok folks, we need a mnemonic for whether to use useradd or adduser
@suricrasia @iliana useradd is also more useful in automating user account creation, whereas adduser is meant to be interactive.
I want to say adduser uses useradd under the hood? but I'm not at a computer to confirm that
adduser
is a few thousand lines of perl piled on top of useradd
/groupadd
:)@iliana @suricrasia Silly question: why has everyone else just not copied it over?
I thought the whole point of open Source was so you could go yoink, mine now
A few years ago I started muttering "do you want to user an add, or add a user" to myself and it seemed to help.