On Tuesday 13 May 2014 19:01:41 Laszlo Papp wrote:
> Hi,
> 
> is this possible? I am looking for something like "usermod -l" on desktop.

This is actually not supported by busybox.
So far we are able to add and delete users or groups
or add users to groups or delete users from groups.
> 
> Alternatively, I have to look into the get/setpwent syscalls?

Yes.  You can take a look at libbb/update_passwd.c for inspiration
and you need to be root to perform the user name change.

> Cheers, L.

Ciao,
Tito
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to