Difference Between useradd
And adduser
useradd
can be used for any Linux distribution, including Ubuntu, CentOS, RHEL, Debian, Fedora, and Arch Linux.
useradd
is a low-level utility, Debian and Ubuntu users can use the friendlier adduser command instead.
source