|
Written by RD
|
|
Monday, 09 February 2009 |
|
Do you have any of your systems running on Linux? Then you should read this article. We know the “Alt+Ctl+Del” in Windows is to lock and unlock the desktop. In linux, it is by default to reboot the system “without warning”!!!
If you have a production system running and someone by mistake connects a keyboard to the system and execute the Alt+Ctl+Del command, the system will reboot and they need not login to the system. Many of the PeopleSoft administrators do not know about it, unless they worked as system administrators.

By default it is set to shutdown with the option –t3 –r now. The setting is in /etc/inittab file as below: # Trap CTRL-ALT-DELETE ca::ctrlaltdel:/sbin/shutdown -t3 -r now To disable the system to reboot when Alt+Ctl+Del command is executed, comment the line starting with ca:: or replace it with something else which does not execute this shutdown command. Add as favourites (0) | Quote this article on your site | Views: 7957 | Print
Copy Right: AKOComments v.1.4.6 |
|
Last Updated ( Monday, 21 September 2009 )
|