Many of you don't know the difference btw useradd & adduser :)
Both "adduser" and "useradd" are commands used to create new user accounts in Linux. However, there are some differences between the two commands.
"adduser" is a higher-level command that provides a more user-friendly interface for creating new user accounts. When you use "adduser", it prompts you for the necessary information such as the user's full name, password, and home directory. It also sets up default settings such as creating a group with the same name as the user and giving the user sudo privileges.
"useradd" is a lower-level command that requires you to specify more options and parameters to create a new user account. When you use "useradd", you need to manually specify the user's home directory, default shell, and other options that "adduser" sets automatically.