Dhruva Reddy <[EMAIL PROTECTED]> writes:
> I have a 2.0.33 kernel on my Toshiba laptop (I've just been too busy to
> build a 2.2.x kernel lately). Currently, I have to be logged in as root
> in order to suspend. I am a little concerned about the fact that anyone
> can power up my machine again and there's a root window. I'm sure there
> are many possible ways to address this. Do any of you have a good
> solution?
I have changed /etc/inittab to let ctrl+alt+del do the job:
# Trap CTRL-ALT-DELETE
ca::ctrlaltdel:/usr/bin/apm -s
So you can logout and suspend then.
HTH
--
As long as the answer is right, who cares if the question is wrong?