Get an overview of current useradd settings in Linux
sudo useradd -D
Also this command can be used to change default settings.
Let’s say you want to change the default login shell from
/bin/sh to
/bin/bash. To do that, specify the new shell as shown below:
sudo useradd -D -s /bin/bash