> I haven't tried it; but, in theory, if one was remove root's encrypted > password from /etc/shadow wouldn't that completely disable root login > priveliges even from the console? Just put insecure on all ttys in /etc/ttys and `kill -1 1` No root login accepted, this ofcause doesn't stop human users from logging in but `man ttys` will give you more clues on that one. // Johan