How can I disable STOP+A utility on SUN machines, which brings system into OK> prompt?

Showing Answers 1 - 12 of 12 Answers

Vijay

  • Jul 24th, 2006
 

in /etc/system set abort_enable=0 will disable STOP-A

  Was this answer useful?  Yes

sridhar

  • Jul 27th, 2006
 

go to /etc/default/kbd

remove the comment line from

keyboard_Abort=Disable

Regards

R.Sridhar

INEL-Hosur

  Was this answer useful?  Yes

Syed Sadat Ali

  • Aug 15th, 2006
 

Hi,

kbd -a disable

vi /etc/default/kbd

KEYBOARD_ABORT=disable

:wq!

regards

syed sadat ali

Ramesh Kumar

  • Oct 7th, 2006
 

Just Type the following command on the terminal to disable stop+Akbd -a disable

  Was this answer useful?  Yes

junnuru

  • Oct 7th, 2006
 

kbd -a disable to disable the STOP+A from the Keyboad

  Was this answer useful?  Yes

Navneet

  • Mar 28th, 2012
 

Two way can do
1)#kbd -a (for enable|disable)
or
2)#Vi /etc/default/kbd
KEYBOARD_ABORT=disable

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions