adduser
Adduser is a command used to create new user accounts on Unix-like operating systems, most commonly Debian and its derivatives. It is part of the adduser package and provides a friendlier interface than the lower-level useradd tool. In Debian-based systems, adduser is a Perl script located at /usr/sbin/adduser and typically delegates account creation to useradd with a set of sane defaults.
Interactive behavior: When run without arguments, adduser asks for the username and details such as full name
Non-interactive usage and options: Users can specify parameters on the command line, such as the home directory,
Configuration and consequences: The defaults are governed by /etc/adduser.conf and /etc/login.defs. The UID and GID ranges,