The deployment codumentation uses addgroup and adduser commands which are just wrappers for groupadd and useradd. Generally groupadd and useradd should be preferred, since the wrappers aren't available on all distributions. The syntax is also the same.
The deployment codumentation uses
addgroup
andadduser
commands which are just wrappers forgroupadd
anduseradd
. Generallygroupadd
anduseradd
should be preferred, since the wrappers aren't available on all distributions. The syntax is also the same.