Re: action of ctrl+alt+delete in console

2001-08-06 Thread Sebastiaan
On Mon, 6 Aug 2001 [EMAIL PROTECTED] wrote: > On Mon, Aug 06, 2001 at 04:56:36PM +0200, Joerg Johannes wrote: > > Hi list > > > > I remember there was a thread where someone wanted to change the > > behaviour of ctrl+alt+delete in the console. Unfortunately I can'

Re: action of ctrl+alt+delete in console

2001-08-06 Thread Andrew Agno
Manuel Streuhofer writes: > found in /etc/inittab > > # What to do when CTRL-ALT-DEL is pressed. > #ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now > > just type in whatever you want to do and restart. Instead of a restart, you can use the Q runlevel, % init Q which tells init to look a

Re: action of ctrl+alt+delete in console

2001-08-06 Thread mark
On Mon, Aug 06, 2001 at 04:56:36PM +0200, Joerg Johannes wrote: > Hi list > > I remember there was a thread where someone wanted to change the > behaviour of ctrl+alt+delete in the console. Unfortunately I can't find > it in the archive, so, how can I change it from "

Re: action of ctrl+alt+delete in console

2001-08-06 Thread Manuel Streuhofer
Joerg Johannes wrote: > > Hi list > > I remember there was a thread where someone wanted to change the > behaviour of ctrl+alt+delete in the console. Unfortunately I can't find > it in the archive, so, how can I change it from "reboot" to "restart > gdm&

action of ctrl+alt+delete in console

2001-08-06 Thread Joerg Johannes
Hi list I remember there was a thread where someone wanted to change the behaviour of ctrl+alt+delete in the console. Unfortunately I can't find it in the archive, so, how can I change it from "reboot" to "restart gdm"? It is, because when I choose "suspend&q

Re: CTRL+ALT+DELETE.

1999-06-05 Thread Brad
On Sat, 5 Jun 1999, Fu-Dong Chiou wrote: > Where and how can I modify which file so that every time I use the force > reboot key-combo, it actually send out the command "shutdown -r now"? > Thanks! It's in /etc/inittab, a line something like this: # What to do when CTRL-ALT-DEL is pressed. ca:

Re: CTRL+ALT+DELETE

1999-06-05 Thread J Horacio MG
> Where and how can I modify which file so that every time I use the force > reboot key-combo, it actually send out the command "shutdown -r now"? /etc/inittab: # What to do when CTRL-ALT-DEL is pressed. ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now Regards -- Horacio [EMAIL PROTECTED] Valen

CTRL+ALT+DELETE.

1999-06-05 Thread Fu-Dong Chiou
Hi, Where and how can I modify which file so that every time I use the force reboot key-combo, it actually send out the command "shutdown -r now"? Thanks! Best wishes, Chip