Hi! Is there a command in slitaz to know which user is currently logged in? The "who" command doesn't seem to display anything except perhaps this: "USER TTY IDLE TIME HOST"..
Busybox isn't just a light bash. Yes, it has a light shell named ash, but it also includes several common commands and functions, all be it somewhat stripped down versions of them, into a single binary. It's also way smaller.
You might also be correct on the fact that who is broken in that version of busybox though. But just a side note, but bash without it's commands (which are provided seperately and by many binaries) can't do much, if anything. It's only by combining the commands and the shell that you get bash that works like it does. Same with DOS and all it's commands. Without them, it doesn't work every well either.