steps to create user account howto

Tito farmatito at tiscali.it
Thu Jan 4 23:38:42 PST 2007


On Friday 05 January 2007 07:15, he-guo at mediaring.com wrote:
> Hi everyone,
> 
> I have tested busybox 1.3.1 version.
> I can NOT figure out how to adduser.
> I tried adduser without success.
> 
> Does anyone know the steps to create account especially for root user ?

It is not possible to create a root account with adduser.
The uid of the created accounts is in the range 

	const int min = 500;
	const int max = 65000;

You need to create your root account manually or with a script at boot time.

Ciao,
Tito 
> appreciate any help.
> 
> Thanks
> 


More information about the busybox mailing list