Laszlo Papp wrote:
is this possible? I am looking for something like "usermod -l" on desktop.

Alternatively, I have to look into the get/setpwent syscalls?
You can also use sed to change /etc/passwd

sed -i -e /s^olduser:/newuser:/ /etc/passwd
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to