Debian – Should I use useradd or adduser

administrationdebianuseraddusers

I am trying to add a new user to the system. I am confused though which command to run: useradd or adduser?

Best Answer

According to the manual you should use adduser:

man useradd

DESCRIPTION

useradd is a low level utility for adding users. On Debian, administrators should usually use adduser(8) instead.

Related Question