Can someone tell me the difference between these 3 versions, specifically what is -s
and what's the difference between the 2nd and 3rd versions?
useradd -g vmail -u 5000 vmail -d /var/vmail -m
useradd -g vmail -u 5000 vmail -d /var/vmail -m -s /usr/sbin/nologin
useradd -g vmail -u 5000 vmail -d /var/vmail -m -s /bin/false