When I use the adduser command on fedora, it's not aksing for password or fullname. It's working exactly like useradd.
I don't understand why.
[hugues@localhost ~]$ sudo adduser user1 [hugues@localhost ~]$ sudo useradd user2 And it creates two users in /etc/passwd
user1:x:1004:1010::/home/user1:/bin/bash user2:x:1005:1011::/home/user2:/bin/bash