On 23 Dec 2001, ScanMan wrote: > On Sun, 2001-12-23 at 05:53, David Smith wrote: > > It sounds like some version of Linux use CTRL-ALT-DEL as a reset > > similar to Windows 3.1 and 9.x. > > In Linux, CTRL+ALT+DEL can be assigned to run any command. Some Linux > distributions set it to reboot by default.
If you are root, edit /etc/inittab: there should be a line like: (that example is copied from Slackware 8.0) ca::ctrlaltdel:/sbin/shutdown -t5 -rf now if you remove it (or comment it writing # before it) and (as root) do 'init q' it won't reset any more. --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------
