On 06/29/2016 05:44 PM, Vered Zvi wrote:
Hello, I'm using busybox 1.20.2 In order to create a new user I ran: addgroup root adduser -h /home/root -G root root I'm getting a message: passwd: unknown uid 0 Can you please help ? Thank you, Z.V
Hi, it could be useful if you post the contents of /etc/passwd /etc/group /etc/shadow /etc/gshadow. Eventually you should try: addgroup -g 0 root adduser -H /home/root -G root -u 0 root Ciao, Tito _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
