The alias command isn't a command at all, but rather a shell builtin (i.e. it's provided by the shell itself). You might be able to use restricted versions of other shells to limit the commands they can use, but this will restrict opther functionality. Failing that, the only solution I see is get the source code to the other shells, remove the functionality, and recompile them. I don't see why you'd want to do this, though.
|