What's your mnemonic for pwd?- OMG it means print working directory. My mind instantly goes to password every time. I had to reach puddle wuv dud levels of autism before thinking otherwise. I shame my
rtxn @ rtxn @lemmy.world Posts 43Comments 2,800Joined 2 yr. ago
rtxn @ rtxn @lemmy.world
Posts
43
Comments
2,800
Joined
2 yr. ago
An ant's gender can be determined by throwing it in water. If it sinks, girl ant.
The best we can hope for is a few cameo appearances from the Good Timeline.
adduser
is an interactive wrapper foruseradd
. It can, for example, prompt the user to set a password rather than executepasswd
separately. Very useful if you just want to manage a user without reading throughuseradd
's command line options, then runningusermod
because you forgot to set something.It doesn't excuse the bad naming, I'd rather have something like
useradd --interactive
, but it's worth remembering.