> > In particular, I can't seem to get job control for my ash shell. > > > > If inittab contains something like > > ::respawn:-/bin/sh Maybe it has something to do with not specifying the tty? The console might be treated differently. What if you do: tty6::respawn:-/bin/sh -Tom